Searched refs:nilfs_root (Results 1 – 12 of 12) sorted by relevance
/linux/fs/nilfs2/ |
H A D | nilfs.h | 65 struct nilfs_root *i_root; 288 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root, 290 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, 292 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, 377 struct nilfs_root **root); 394 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *); 395 void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *);
|
H A D | the_nilfs.h | 229 struct nilfs_root { struct 275 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno); 276 struct nilfs_root *nilfs_find_or_create_root(struct the_nilfs *nilfs, 278 void nilfs_put_root(struct nilfs_root *root); 284 static inline void nilfs_get_root(struct nilfs_root *root) in nilfs_get_root()
|
H A D | segment.h | 19 struct nilfs_root; 121 struct nilfs_root *sc_root; 233 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root);
|
H A D | cpfile.h | 20 struct nilfs_root *root, struct inode *ifile); 23 struct nilfs_root *root, __u64 blkinc,
|
H A D | sysfs.c | 96 struct nilfs_root *root, char *buf) in nilfs_snapshot_inodes_count_show() 104 struct nilfs_root *root, char *buf) in nilfs_snapshot_blocks_count_show() 117 struct nilfs_root *root, char *buf) in nilfs_snapshot_README_show() 137 struct nilfs_root *root = in nilfs_snapshot_attr_show() 138 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_show() 149 struct nilfs_root *root = in nilfs_snapshot_attr_store() 150 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_store() 159 struct nilfs_root *root = container_of(kobj, struct nilfs_root, in nilfs_snapshot_attr_release() 175 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *root) in nilfs_sysfs_create_snapshot_group() 204 void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *root) in nilfs_sysfs_delete_snapshot_group()
|
H A D | inode.c | 37 struct nilfs_root *root; 45 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_inode_add_blocks() 54 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_inode_sub_blocks() 288 struct nilfs_root *root, in nilfs_insert_inode_locked() 303 struct nilfs_root *root; in nilfs_new_inode() 444 struct nilfs_root *root, unsigned long ino, in __nilfs_read_inode() 526 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root, in nilfs_ilookup() 536 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, in nilfs_iget_locked() 546 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, in nilfs_iget() 942 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_permission()
|
H A D | the_nilfs.c | 847 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno) in nilfs_lookup_root() 850 struct nilfs_root *root; in nilfs_lookup_root() 855 root = rb_entry(n, struct nilfs_root, rb_node); in nilfs_lookup_root() 872 struct nilfs_root * in nilfs_find_or_create_root() 876 struct nilfs_root *root, *new; in nilfs_find_or_create_root() 894 root = rb_entry(parent, struct nilfs_root, rb_node); in nilfs_find_or_create_root() 929 void nilfs_put_root(struct nilfs_root *root) in nilfs_put_root()
|
H A D | super.c | 553 struct nilfs_root **rootp) in nilfs_attach_checkpoint() 556 struct nilfs_root *root; in nilfs_attach_checkpoint() 617 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root; in nilfs_statfs() 685 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root; in nilfs_show_options() 908 struct nilfs_root *root, in nilfs_get_root_dentry() 959 struct nilfs_root *root; in nilfs_attach_snapshot() 1007 struct nilfs_root *root; in nilfs_checkpoint_is_mounted() 1049 struct nilfs_root *fsroot; in nilfs_fill_super() 1159 struct nilfs_root *root; in nilfs_reconfigure()
|
H A D | sysfs.h | 83 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 85 ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \
|
H A D | ifile.h | 40 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root,
|
H A D | namei.c | 468 struct nilfs_root *root; in nilfs_get_parent() 482 struct nilfs_root *root; in nilfs_get_dentry() 533 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_encode_fh()
|
H A D | segment.c | 838 struct nilfs_root *root) in nilfs_test_metadata_dirty() 2715 struct nilfs_root *root) in nilfs_segctor_new() 2843 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root) in nilfs_attach_log_writer()
|