Searched refs:nilfs_root (Results 1 – 13 of 13) sorted by relevance
/fs/nilfs2/ |
D | nilfs.h | 72 struct nilfs_root *i_root; 269 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root, 271 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, 273 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, 346 struct nilfs_root **root); 363 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *); 364 void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *);
|
D | the_nilfs.h | 245 struct nilfs_root { struct 291 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno); 292 struct nilfs_root *nilfs_find_or_create_root(struct the_nilfs *nilfs, 294 void nilfs_put_root(struct nilfs_root *root); 300 static inline void nilfs_get_root(struct nilfs_root *root) in nilfs_get_root()
|
D | segment.h | 28 struct nilfs_root; 131 struct nilfs_root *sc_root; 245 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root);
|
D | sysfs.c | 120 struct nilfs_root *root, char *buf) in nilfs_snapshot_inodes_count_show() 128 struct nilfs_root *root, char *buf) in nilfs_snapshot_blocks_count_show() 141 struct nilfs_root *root, char *buf) in nilfs_snapshot_README_show() 160 struct nilfs_root *root = in nilfs_snapshot_attr_show() 161 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_show() 172 struct nilfs_root *root = in nilfs_snapshot_attr_store() 173 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_store() 182 struct nilfs_root *root = container_of(kobj, struct nilfs_root, in nilfs_snapshot_attr_release() 198 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *root) in nilfs_sysfs_create_snapshot_group() 227 void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *root) in nilfs_sysfs_delete_snapshot_group()
|
D | inode.c | 44 struct nilfs_root *root; 52 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_inode_add_blocks() 61 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_inode_sub_blocks() 330 struct nilfs_root *root, in nilfs_insert_inode_locked() 346 struct nilfs_root *root; in nilfs_new_inode() 483 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() 865 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_permission()
|
D | the_nilfs.c | 725 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno) in nilfs_lookup_root() 728 struct nilfs_root *root; in nilfs_lookup_root() 733 root = rb_entry(n, struct nilfs_root, rb_node); in nilfs_lookup_root() 750 struct nilfs_root * 754 struct nilfs_root *root, *new; in nilfs_find_or_create_root() 772 root = rb_entry(parent, struct nilfs_root, rb_node); in nilfs_find_or_create_root() 807 void nilfs_put_root(struct nilfs_root *root) in nilfs_put_root()
|
D | super.c | 522 struct nilfs_root **rootp) in nilfs_attach_checkpoint() 525 struct nilfs_root *root; in nilfs_attach_checkpoint() 607 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root; in nilfs_statfs() 677 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root; in nilfs_show_options() 911 struct nilfs_root *root, in nilfs_get_root_dentry() 962 struct nilfs_root *root; in nilfs_attach_snapshot() 1010 struct nilfs_root *root; in nilfs_checkpoint_is_mounted() 1051 struct nilfs_root *fsroot; in nilfs_fill_super() 1163 struct nilfs_root *root; in nilfs_remount()
|
D | sysfs.h | 92 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 94 ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \
|
D | ifile.h | 50 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root,
|
D | namei.c | 450 struct nilfs_root *root; in nilfs_get_parent() 468 struct nilfs_root *root; in nilfs_get_dentry() 519 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_encode_fh()
|
D | recovery.c | 502 struct nilfs_root *root, in nilfs_recover_dsync_blocks() 578 struct nilfs_root *root, in nilfs_do_roll_forward() 743 struct nilfs_root *root; in nilfs_salvage_orphan_logs()
|
D | ifile.c | 189 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root, in nilfs_ifile_read()
|
D | segment.c | 820 struct nilfs_root *root) in nilfs_test_metadata_dirty() 2655 struct nilfs_root *root) in nilfs_segctor_new() 2775 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root) in nilfs_attach_log_writer()
|