Home
last modified time | relevance | path

Searched refs:devices_kobj (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
A Dsysfs.c1706 if (fs_devs->devices_kobj) { in __btrfs_sysfs_remove_fsid()
1707 kobject_del(fs_devs->devices_kobj); in __btrfs_sysfs_remove_fsid()
1708 kobject_put(fs_devs->devices_kobj); in __btrfs_sysfs_remove_fsid()
1709 fs_devs->devices_kobj = NULL; in __btrfs_sysfs_remove_fsid()
1998 struct kobject *devices_kobj; in btrfs_sysfs_remove_device() local
2004 devices_kobj = device->fs_info->fs_devices->devices_kobj; in btrfs_sysfs_remove_device()
2005 ASSERT(devices_kobj); in btrfs_sysfs_remove_device()
2175 struct kobject *devices_kobj; in btrfs_sysfs_add_device() local
2182 devices_kobj = device->fs_info->fs_devices->devices_kobj; in btrfs_sysfs_add_device()
2184 ASSERT(devices_kobj); in btrfs_sysfs_add_device()
[all …]
A Dvolumes.h449 struct kobject *devices_kobj; member

Completed in 10 milliseconds