Lines Matching defs:the_nilfs
97 struct the_nilfs { struct
98 unsigned long ns_flags;
122 * The writable FS-instance is sole during a lifetime of the_nilfs. argument
124 u64 ns_seg_seq;
125 __u64 ns_segnum;
126 __u64 ns_nextnum;
150 * the_nilfs is initialized. argument
152 struct inode *ns_dat;
153 struct inode *ns_cpfile;
154 struct inode *ns_sufile;
157 struct rb_root ns_cptree;
158 spinlock_t ns_cptree_lock;
161 struct list_head ns_dirty_files;
162 spinlock_t ns_inode_lock;
165 struct list_head ns_gc_inodes;
168 u32 ns_next_generation;
169 spinlock_t ns_next_gen_lock;
193 static inline void set_nilfs_##name(struct the_nilfs *nilfs) \ argument