Lines Matching refs:container_of
48 struct the_nilfs *nilfs = container_of(kobj->parent, \
51 struct nilfs_##name##_attr *a = container_of(attr, \
60 struct the_nilfs *nilfs = container_of(kobj->parent, \
63 struct nilfs_##name##_attr *a = container_of(attr, \
77 struct the_nilfs *nilfs = container_of(kobj->parent, \
161 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_show()
163 container_of(attr, struct nilfs_snapshot_attr, attr); in nilfs_snapshot_attr_show()
173 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_store()
175 container_of(attr, struct nilfs_snapshot_attr, attr); in nilfs_snapshot_attr_store()
182 struct nilfs_root *root = container_of(kobj, struct nilfs_root, in nilfs_snapshot_attr_release()
955 struct the_nilfs *nilfs = container_of(kobj, struct the_nilfs, in nilfs_dev_attr_show()
957 struct nilfs_dev_attr *a = container_of(attr, struct nilfs_dev_attr, in nilfs_dev_attr_show()
967 struct the_nilfs *nilfs = container_of(kobj, struct the_nilfs, in nilfs_dev_attr_store()
969 struct nilfs_dev_attr *a = container_of(attr, struct nilfs_dev_attr, in nilfs_dev_attr_store()
977 struct the_nilfs *nilfs = container_of(kobj, struct the_nilfs, in nilfs_dev_attr_release()