Lines Matching defs:the_nilfs
105 struct the_nilfs { struct
106 unsigned long ns_flags;
107 int ns_flushed_device;
131 * The writable FS-instance is sole during a lifetime of the_nilfs. argument
133 u64 ns_seg_seq;
134 __u64 ns_segnum;
135 __u64 ns_nextnum;
159 * the_nilfs is initialized. argument
161 struct inode *ns_dat;
162 struct inode *ns_cpfile;
163 struct inode *ns_sufile;
166 struct rb_root ns_cptree;
167 spinlock_t ns_cptree_lock;
170 struct list_head ns_dirty_files;
171 spinlock_t ns_inode_lock;
174 struct list_head ns_gc_inodes;
177 u32 ns_next_generation;
178 spinlock_t ns_next_gen_lock;
181 unsigned long ns_mount_opt;
183 uid_t ns_resuid;
207 static inline void set_nilfs_##name(struct the_nilfs *nilfs) \ argument