Searched refs:get_ownership (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/linux/ |
D | kobject.h | 126 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid); member
|
/linux-6.1.9/lib/ |
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() 912 .get_ownership = kset_get_ownership,
|
/linux-6.1.9/include/linux/device/ |
D | class.h | 73 void (*get_ownership)(struct device *dev, kuid_t *uid, kgid_t *gid); member
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | kobject.rst | 264 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);
|
/linux-6.1.9/net/core/ |
D | net-sysfs.c | 1048 .get_ownership = rx_queue_get_ownership, 1651 .get_ownership = netdev_queue_get_ownership, 1935 .get_ownership = net_get_ownership,
|
/linux-6.1.9/net/bridge/ |
D | br_if.c | 277 .get_ownership = brport_get_ownership,
|
/linux-6.1.9/drivers/base/ |
D | core.c | 2352 if (dev->class && dev->class->get_ownership) in device_get_ownership() 2353 dev->class->get_ownership(dev, uid, gid); in device_get_ownership() 2360 .get_ownership = device_get_ownership,
|
/linux-6.1.9/Documentation/core-api/ |
D | kobject.rst | 305 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);
|