Searched refs:ns_dev_kobj (Results 1 – 2 of 2) sorted by relevance
189 &nilfs->ns_dev_kobj, in nilfs_sysfs_create_snapshot_group()939 ns_dev_kobj); in nilfs_dev_attr_show()951 ns_dev_kobj); in nilfs_dev_attr_store()961 ns_dev_kobj); in nilfs_dev_attr_release()989 nilfs->ns_dev_kobj.kset = nilfs_kset; in nilfs_sysfs_create_device_group()991 err = kobject_init_and_add(&nilfs->ns_dev_kobj, &nilfs_dev_ktype, NULL, in nilfs_sysfs_create_device_group()1031 kobject_put(&nilfs->ns_dev_kobj); in nilfs_sysfs_create_device_group()1045 kobject_del(&nilfs->ns_dev_kobj); in nilfs_sysfs_delete_device_group()1046 kobject_put(&nilfs->ns_dev_kobj); in nilfs_sysfs_delete_device_group()
189 struct kobject ns_dev_kobj; member