Home
last modified time | relevance | path

Searched refs:sysfs_remove_files (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dsysfs.h246 void sysfs_remove_files(struct kobject *kobj, const struct attribute **attr);
384 static inline void sysfs_remove_files(struct kobject *kobj, in sysfs_remove_files() function
/linux-4.19.296/fs/sysfs/
Dfile.c497 void sysfs_remove_files(struct kobject *kobj, const struct attribute **ptr) in sysfs_remove_files() function
503 EXPORT_SYMBOL_GPL(sysfs_remove_files);
/linux-4.19.296/fs/btrfs/
Dsysfs.c632 sysfs_remove_files(fs_info->space_info_kobj, allocation_attrs); in btrfs_sysfs_remove_mounted()
638 sysfs_remove_files(&fs_info->fs_devices->fsid_kobj, btrfs_attrs); in btrfs_sysfs_remove_mounted()
/linux-4.19.296/block/
Dgenhd.c2047 sysfs_remove_files(&disk_to_dev(disk)->kobj, disk_events_attrs); in disk_del_events()