Searched refs:nilfs_root (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | nilfs.h | 63 struct nilfs_root *i_root; 257 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root, 259 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, 261 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, 344 struct nilfs_root **root); 361 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *); 362 void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *);
|
D | segment.h | 19 struct nilfs_root; 122 struct nilfs_root *sc_root; 237 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root);
|
D | the_nilfs.h | 239 struct nilfs_root { struct 285 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno); 286 struct nilfs_root *nilfs_find_or_create_root(struct the_nilfs *nilfs, 288 void nilfs_put_root(struct nilfs_root *root); 294 static inline void nilfs_get_root(struct nilfs_root *root) in nilfs_get_root()
|
D | sysfs.c | 109 struct nilfs_root *root, char *buf) in nilfs_snapshot_inodes_count_show() 117 struct nilfs_root *root, char *buf) in nilfs_snapshot_blocks_count_show() 130 struct nilfs_root *root, char *buf) in nilfs_snapshot_README_show() 149 struct nilfs_root *root = in nilfs_snapshot_attr_show() 150 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_show() 161 struct nilfs_root *root = in nilfs_snapshot_attr_store() 162 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_store() 171 struct nilfs_root *root = container_of(kobj, struct nilfs_root, in nilfs_snapshot_attr_release() 187 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *root) in nilfs_sysfs_create_snapshot_group() 216 void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *root) in nilfs_sysfs_delete_snapshot_group()
|
D | the_nilfs.c | 816 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno) in nilfs_lookup_root() 819 struct nilfs_root *root; in nilfs_lookup_root() 824 root = rb_entry(n, struct nilfs_root, rb_node); in nilfs_lookup_root() 841 struct nilfs_root * 845 struct nilfs_root *root, *new; in nilfs_find_or_create_root() 863 root = rb_entry(parent, struct nilfs_root, rb_node); in nilfs_find_or_create_root() 898 void nilfs_put_root(struct nilfs_root *root) in nilfs_put_root()
|
D | inode.c | 38 struct nilfs_root *root; 48 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_inode_add_blocks() 57 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_inode_sub_blocks() 317 struct nilfs_root *root, in nilfs_insert_inode_locked() 334 struct nilfs_root *root; in nilfs_new_inode() 489 struct nilfs_root *root, unsigned long ino, in __nilfs_read_inode() 590 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root, in nilfs_ilookup() 601 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, in nilfs_iget_locked() 612 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, in nilfs_iget() 1014 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_permission()
|
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 *, \
|
D | super.c | 542 struct nilfs_root **rootp) in nilfs_attach_checkpoint() 545 struct nilfs_root *root; in nilfs_attach_checkpoint() 627 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root; in nilfs_statfs() 695 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root; in nilfs_show_options() 928 struct nilfs_root *root, in nilfs_get_root_dentry() 979 struct nilfs_root *root; in nilfs_attach_snapshot() 1027 struct nilfs_root *root; in nilfs_checkpoint_is_mounted() 1068 struct nilfs_root *fsroot; in nilfs_fill_super() 1179 struct nilfs_root *root; in nilfs_remount()
|
D | ifile.h | 41 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root,
|
D | namei.c | 441 struct nilfs_root *root; in nilfs_get_parent() 459 struct nilfs_root *root; in nilfs_get_dentry() 510 struct nilfs_root *root = NILFS_I(inode)->i_root; in nilfs_encode_fh()
|
D | ifile.c | 180 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root, in nilfs_ifile_read()
|
D | recovery.c | 493 struct nilfs_root *root, in nilfs_recover_dsync_blocks() 569 struct nilfs_root *root, in nilfs_do_roll_forward() 733 struct nilfs_root *root; in nilfs_salvage_orphan_logs()
|
D | segment.c | 838 struct nilfs_root *root) in nilfs_test_metadata_dirty() 2693 struct nilfs_root *root) in nilfs_segctor_new() 2813 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root) in nilfs_attach_log_writer()
|