Searched refs:get_ownership (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/ |
| A D | kobject.c | 53 if (kobj->ktype->get_ownership) in kobject_get_ownership() 54 kobj->ktype->get_ownership(kobj, uid, gid); in kobject_get_ownership() 944 .get_ownership = kset_get_ownership,
|
| /linux/include/linux/ |
| A D | kobject.h | 144 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid); member
|
| /linux/include/linux/device/ |
| A D | class.h | 73 void (*get_ownership)(struct device *dev, kuid_t *uid, kgid_t *gid); member
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | kobject.rst | 265 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);
|
| /linux/net/core/ |
| A D | net-sysfs.c | 1043 .get_ownership = rx_queue_get_ownership, 1650 .get_ownership = netdev_queue_get_ownership, 1924 .get_ownership = net_get_ownership,
|
| /linux/net/bridge/ |
| A D | br_if.c | 268 .get_ownership = brport_get_ownership,
|
| /linux/drivers/base/ |
| A D | core.c | 2252 if (dev->class && dev->class->get_ownership) in device_get_ownership() 2253 dev->class->get_ownership(dev, uid, gid); in device_get_ownership() 2260 .get_ownership = device_get_ownership,
|
| /linux/Documentation/core-api/ |
| A D | kobject.rst | 306 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);
|
Completed in 22 milliseconds