Searched refs:ns_dev_kobj (Results 1 – 2 of 2) sorted by relevance
201 &nilfs->ns_dev_kobj, in nilfs_sysfs_create_snapshot_group()945 ns_dev_kobj); in nilfs_dev_attr_show()957 ns_dev_kobj); in nilfs_dev_attr_store()967 ns_dev_kobj); in nilfs_dev_attr_release()996 nilfs->ns_dev_kobj.kset = nilfs_kset; in nilfs_sysfs_create_device_group()998 err = kobject_init_and_add(&nilfs->ns_dev_kobj, &nilfs_dev_ktype, NULL, in nilfs_sysfs_create_device_group()1038 kobject_put(&nilfs->ns_dev_kobj); in nilfs_sysfs_create_device_group()1052 kobject_del(&nilfs->ns_dev_kobj); in nilfs_sysfs_delete_device_group()1053 kobject_put(&nilfs->ns_dev_kobj); in nilfs_sysfs_delete_device_group()
189 struct kobject ns_dev_kobj; member