Searched defs:nilfs_root (Results 1 – 1 of 1) sorted by relevance
229 struct nilfs_root { struct230 __u64 cno;231 struct rb_node rb_node;233 refcount_t count;234 struct the_nilfs *nilfs;235 struct inode *ifile;237 atomic64_t inodes_count;238 atomic64_t blocks_count;241 struct kobject snapshot_kobj;242 struct completion snapshot_kobj_unregister;