Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/ulp/rtrs/
Drtrs-clt.h211 const struct attribute *sysfs_self);
249 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.c2916 const struct attribute *sysfs_self) in rtrs_clt_remove_path_from_sysfs() argument
2939 rtrs_clt_destroy_path_files(clt_path, sysfs_self); in rtrs_clt_remove_path_from_sysfs()
/Linux-v6.6/drivers/block/rnbd/
Drnbd-clt.h138 const struct attribute *sysfs_self);
Drnbd-clt.c1670 const struct attribute *sysfs_self) in destroy_sysfs() argument
1674 if (sysfs_self) in destroy_sysfs()
1676 sysfs_remove_file_self(&dev->kobj, sysfs_self); in destroy_sysfs()
1683 const struct attribute *sysfs_self) in rnbd_clt_unmap_device() argument
1708 destroy_sysfs(dev, sysfs_self); in rnbd_clt_unmap_device()