Lines Matching defs:the_nilfs
94 struct the_nilfs { struct
95 unsigned long ns_flags;
96 int ns_flushed_device;
98 struct super_block *ns_sb;
99 struct block_device *ns_bdev;
100 struct rw_semaphore ns_sem;
101 struct mutex ns_snapshot_mount_mutex;
108 struct buffer_head *ns_sbh[2];
109 struct nilfs_super_block *ns_sbp[2];
110 time64_t ns_sbwtime;
111 unsigned int ns_sbwcount;
112 unsigned int ns_sbsize;
113 unsigned int ns_mount_state;
114 unsigned int ns_sb_update_freq;
120 u64 ns_seg_seq;
121 __u64 ns_segnum;
122 __u64 ns_nextnum;
146 * the_nilfs is initialized. argument
148 struct inode *ns_dat;
149 struct inode *ns_cpfile;
150 struct inode *ns_sufile;
153 struct rb_root ns_cptree;
154 spinlock_t ns_cptree_lock;
157 struct list_head ns_dirty_files;
158 spinlock_t ns_inode_lock;
161 struct list_head ns_gc_inodes;
164 u32 ns_next_generation;
165 spinlock_t ns_next_gen_lock;
168 unsigned long ns_mount_opt;
170 uid_t ns_resuid;
194 static inline void set_nilfs_##name(struct the_nilfs *nilfs) \ argument