Home
last modified time | relevance | path

Searched refs:sysfs_self (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/infiniband/ulp/rtrs/
Drtrs-clt.h207 const struct attribute *sysfs_self);
250 const struct attribute *sysfs_self);
Drtrs-clt-sysfs.c447 const struct attribute *sysfs_self) in rtrs_clt_destroy_sess_files() argument
451 if (sysfs_self) in rtrs_clt_destroy_sess_files()
452 sysfs_remove_file_self(&sess->kobj, sysfs_self); in rtrs_clt_destroy_sess_files()
Drtrs-clt.c2778 const struct attribute *sysfs_self) in rtrs_clt_remove_path_from_sysfs() argument
2800 rtrs_clt_destroy_sess_files(sess, sysfs_self); in rtrs_clt_remove_path_from_sysfs()
/Linux-v5.10/drivers/block/rnbd/
Drnbd-clt.h142 const struct attribute *sysfs_self);
Drnbd-clt.c1551 const struct attribute *sysfs_self) in destroy_sysfs() argument
1555 if (sysfs_self) in destroy_sysfs()
1557 sysfs_remove_file_self(&dev->kobj, sysfs_self); in destroy_sysfs()
1564 const struct attribute *sysfs_self) in rnbd_clt_unmap_device() argument
1589 destroy_sysfs(dev, sysfs_self); in rnbd_clt_unmap_device()