Searched refs:get_ownership (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/ |
| H A D | kobject.c | 55 if (kobj->ktype->get_ownership) in kobject_get_ownership() 56 kobj->ktype->get_ownership(kobj, uid, gid); in kobject_get_ownership() 940 .get_ownership = kset_get_ownership,
|
| /linux/include/linux/ |
| H A D | kobject.h | 122 void (*get_ownership)(const struct kobject *kobj, kuid_t *uid, kgid_t *gid); member
|
| /linux/include/linux/device/ |
| H A D | class.h | 39 * @get_ownership: Allows class to specify uid/gid of the sysfs directories 67 void (*get_ownership)(const struct device *dev, kuid_t *uid, kgid_t *gid); member
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | kobject.rst | 264 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);
|
| /linux/net/core/ |
| H A D | net-sysfs.c | 1187 .get_ownership = rx_queue_get_ownership, in rx_queue_get_ownership() 1937 .get_ownership = netdev_queue_get_ownership, in netdev_queue_get_ownership() 2256 .get_ownership = net_get_ownership,
|
| /linux/net/bridge/ |
| H A D | br_if.c | 279 .get_ownership = brport_get_ownership,
|
| /linux/drivers/base/ |
| H A D | core.c | 2657 if (dev->class && dev->class->get_ownership) in dev_uevent() 2658 dev->class->get_ownership(dev, uid, gid); in dev_uevent() 2665 .get_ownership = device_get_ownership, in dev_uevent()
|