Home
last modified time | relevance | path

Searched refs:the_nilfs (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nilfs2/
H A Dthe_nilfs.h93 struct the_nilfs { struct
189 static inline void set_nilfs_##name(struct the_nilfs *nilfs) \ argument
193 static inline void clear_nilfs_##name(struct the_nilfs *nilfs) \
197 static inline int nilfs_##name(struct the_nilfs *nilfs) \
234 struct the_nilfs *nilfs;
251 static inline int nilfs_sb_need_update(struct the_nilfs *nilfs) in nilfs_sb_need_update()
259 static inline int nilfs_sb_will_flip(struct the_nilfs *nilfs) in nilfs_sb_will_flip()
266 void nilfs_set_last_segment(struct the_nilfs *, sector_t, u64, __u64);
267 struct the_nilfs *alloc_nilfs(struct super_block *sb);
268 void destroy_nilfs(struct the_nilfs *nilfs);
[all …]
H A Dsysfs.c26 struct the_nilfs *nilfs = container_of(kobj->parent, \
27 struct the_nilfs, \
38 struct the_nilfs *nilfs = container_of(kobj->parent, \
39 struct the_nilfs, \
66 static int nilfs_sysfs_create_##name##_group(struct the_nilfs *nilfs) \
85 static void nilfs_sysfs_delete_##name##_group(struct the_nilfs *nilfs) \
177 struct the_nilfs *nilfs; in nilfs_sysfs_create_snapshot_group()
219 struct the_nilfs *nilfs, char *buf) in nilfs_mounted_snapshots_README_show()
242 struct the_nilfs *nilfs, in nilfs_checkpoints_checkpoints_number_show()
265 struct the_nilfs *nilfs, in nilfs_checkpoints_snapshots_number_show()
[all …]
H A Dsegment.h236 extern int nilfs_read_super_root_block(struct the_nilfs *, sector_t,
238 extern int nilfs_search_super_root(struct the_nilfs *,
240 int nilfs_salvage_orphan_logs(struct the_nilfs *nilfs, struct super_block *sb,
H A Dsegbuf.h109 struct the_nilfs *);
113 struct the_nilfs *);
163 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs);
H A Dsysfs.h67 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \
69 ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \
H A DMakefile5 the_nilfs.o segbuf.o segment.o cpfile.o sufile.o \
H A Dmdt.h106 return ((struct the_nilfs *)inode->i_sb->s_fs_info)->ns_cno; in nilfs_mdt_cno()