Home
last modified time | relevance | path

Searched refs:nilfs_root (Results 1 – 13 of 13) sorted by relevance

/fs/nilfs2/
Dnilfs.h74 struct nilfs_root *i_root;
266 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root,
268 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root,
270 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root,
317 struct nilfs_root **root);
334 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *);
335 void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *);
Dthe_nilfs.h251 struct nilfs_root { struct
295 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno);
296 struct nilfs_root *nilfs_find_or_create_root(struct the_nilfs *nilfs,
298 void nilfs_put_root(struct nilfs_root *root);
304 static inline void nilfs_get_root(struct nilfs_root *root) in nilfs_get_root()
Dsegment.h33 struct nilfs_root;
136 struct nilfs_root *sc_root;
240 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root);
Dsysfs.c118 struct nilfs_root *root, char *buf) in nilfs_snapshot_inodes_count_show()
126 struct nilfs_root *root, char *buf) in nilfs_snapshot_blocks_count_show()
139 struct nilfs_root *root, char *buf) in nilfs_snapshot_README_show()
158 struct nilfs_root *root = in nilfs_snapshot_attr_show()
159 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_show()
170 struct nilfs_root *root = in nilfs_snapshot_attr_store()
171 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_store()
180 struct nilfs_root *root = container_of(kobj, struct nilfs_root, in nilfs_snapshot_attr_release()
196 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *root) in nilfs_sysfs_create_snapshot_group()
225 void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *root) in nilfs_sysfs_delete_snapshot_group()
Dthe_nilfs.c719 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno) in nilfs_lookup_root()
722 struct nilfs_root *root; in nilfs_lookup_root()
727 root = rb_entry(n, struct nilfs_root, rb_node); in nilfs_lookup_root()
744 struct nilfs_root *
748 struct nilfs_root *root, *new; in nilfs_find_or_create_root()
766 root = rb_entry(parent, struct nilfs_root, rb_node); in nilfs_find_or_create_root()
801 void nilfs_put_root(struct nilfs_root *root) in nilfs_put_root()
Dinode.c48 struct nilfs_root *root;
56 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_inode_add_blocks()
65 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_inode_sub_blocks()
334 struct nilfs_root *root, in nilfs_insert_inode_locked()
350 struct nilfs_root *root; in nilfs_new_inode()
484 struct nilfs_root *root, unsigned long ino, in __nilfs_read_inode()
569 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root, in nilfs_ilookup()
579 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, in nilfs_iget_locked()
589 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, in nilfs_iget()
857 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_permission()
Dsuper.c530 struct nilfs_root **rootp) in nilfs_attach_checkpoint()
533 struct nilfs_root *root; in nilfs_attach_checkpoint()
616 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root; in nilfs_statfs()
687 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root; in nilfs_show_options()
922 struct nilfs_root *root, in nilfs_get_root_dentry()
973 struct nilfs_root *root; in nilfs_attach_snapshot()
1021 struct nilfs_root *root; in nilfs_checkpoint_is_mounted()
1062 struct nilfs_root *fsroot; in nilfs_fill_super()
1174 struct nilfs_root *root; in nilfs_remount()
Dsysfs.h92 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \
94 ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \
Difile.h54 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root,
Dnamei.c449 struct nilfs_root *root; in nilfs_get_parent()
467 struct nilfs_root *root; in nilfs_get_dentry()
518 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_encode_fh()
Drecovery.c505 struct nilfs_root *root, in nilfs_recover_dsync_blocks()
581 struct nilfs_root *root, in nilfs_do_roll_forward()
748 struct nilfs_root *root; in nilfs_salvage_orphan_logs()
Difile.c192 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root, in nilfs_ifile_read()
Dsegment.c818 struct nilfs_root *root) in nilfs_test_metadata_dirty()
2648 struct nilfs_root *root) in nilfs_segctor_new()
2766 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root) in nilfs_attach_log_writer()