Searched refs:ns_dev_kobj (Results 1 – 2 of 2) sorted by relevance
189 &nilfs->ns_dev_kobj, in nilfs_sysfs_create_snapshot_group()962 ns_dev_kobj); in nilfs_dev_attr_show()974 ns_dev_kobj); in nilfs_dev_attr_store()984 ns_dev_kobj); in nilfs_dev_attr_release()1012 nilfs->ns_dev_kobj.kset = nilfs_kset; in nilfs_sysfs_create_device_group()1014 err = kobject_init_and_add(&nilfs->ns_dev_kobj, &nilfs_dev_ktype, NULL, in nilfs_sysfs_create_device_group()1054 kobject_put(&nilfs->ns_dev_kobj); in nilfs_sysfs_create_device_group()1068 kobject_del(&nilfs->ns_dev_kobj); in nilfs_sysfs_delete_device_group()1069 kobject_put(&nilfs->ns_dev_kobj); in nilfs_sysfs_delete_device_group()
183 struct kobject ns_dev_kobj; member