Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/ulp/rtrs/
Drtrs-clt.h210 const struct attribute *sysfs_self);
250 const struct attribute *sysfs_self);
Drtrs-clt-sysfs.c481 const struct attribute *sysfs_self) in rtrs_clt_destroy_path_files() argument
485 if (sysfs_self) in rtrs_clt_destroy_path_files()
486 sysfs_remove_file_self(&clt_path->kobj, sysfs_self); in rtrs_clt_destroy_path_files()
Drtrs-clt.c2923 const struct attribute *sysfs_self) in rtrs_clt_remove_path_from_sysfs() argument
2946 rtrs_clt_destroy_path_files(clt_path, sysfs_self); in rtrs_clt_remove_path_from_sysfs()
/linux-6.12.1/drivers/block/rnbd/
Drnbd-clt.h138 const struct attribute *sysfs_self);
Drnbd-clt.c1655 const struct attribute *sysfs_self) in destroy_sysfs() argument
1659 if (sysfs_self) in destroy_sysfs()
1661 sysfs_remove_file_self(&dev->kobj, sysfs_self); in destroy_sysfs()
1668 const struct attribute *sysfs_self) in rnbd_clt_unmap_device() argument
1693 destroy_sysfs(dev, sysfs_self); in rnbd_clt_unmap_device()