Lines Matching defs:the_nilfs
99 struct the_nilfs { struct
123 * The writable FS-instance is sole during a lifetime of the_nilfs. argument
125 u64 ns_seg_seq;
126 __u64 ns_segnum;
127 __u64 ns_nextnum;
151 * the_nilfs is initialized. argument
153 struct inode *ns_dat;
154 struct inode *ns_cpfile;
155 struct inode *ns_sufile;
158 struct rb_root ns_cptree;
159 spinlock_t ns_cptree_lock;
162 struct list_head ns_dirty_files;
163 spinlock_t ns_inode_lock;
166 struct list_head ns_gc_inodes;
169 u32 ns_next_generation;
170 spinlock_t ns_next_gen_lock;
194 static inline void set_nilfs_##name(struct the_nilfs *nilfs) \ argument