Searched refs:nilfs_root (Results 1 - 15 of 15) sorted by relevance

/linux-master/fs/nilfs2/
H A Dcpfile.h20 struct nilfs_root *root, struct inode *ifile);
23 struct nilfs_root *root, __u64 blkinc,
H A Difile.h40 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root,
H A Dsegment.h19 struct nilfs_root;
122 struct nilfs_root *sc_root;
237 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root);
H A Dnilfs.h63 struct nilfs_root *i_root;
261 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root,
263 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root,
265 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root,
350 struct nilfs_root **root);
367 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *);
368 void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *);
H A Dthe_nilfs.h69 * @ns_cptree: rb-tree of all mounted checkpoints (nilfs_root)
228 * struct nilfs_root - nilfs root object
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)
H A Dsysfs.h83 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \
85 ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \
H A Dsysfs.c96 struct nilfs_root *root, char *buf)
104 struct nilfs_root *root, char *buf)
117 struct nilfs_root *root, char *buf)
137 struct nilfs_root *root =
138 container_of(kobj, struct nilfs_root, snapshot_kobj);
149 struct nilfs_root *root =
150 container_of(kobj, struct nilfs_root, snapshot_kobj);
159 struct nilfs_root *root = container_of(kobj, struct nilfs_root,
175 int nilfs_sysfs_create_snapshot_group(struct nilfs_root *roo
[all...]
H A Dinode.c38 struct nilfs_root *root;
48 struct nilfs_root *root = NILFS_I(inode)->i_root;
57 struct nilfs_root *root = NILFS_I(inode)->i_root;
314 struct nilfs_root *root,
331 struct nilfs_root *root;
486 struct nilfs_root *root, unsigned long ino,
587 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root,
598 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root,
609 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root,
1007 struct nilfs_root *roo
[all...]
H A Dthe_nilfs.c819 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno)
822 struct nilfs_root *root;
827 root = rb_entry(n, struct nilfs_root, rb_node);
844 struct nilfs_root *
848 struct nilfs_root *root, *new;
866 root = rb_entry(parent, struct nilfs_root, rb_node);
901 void nilfs_put_root(struct nilfs_root *root)
H A Dsuper.c543 struct nilfs_root **rootp)
546 struct nilfs_root *root;
607 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root;
675 struct nilfs_root *root = NILFS_I(d_inode(dentry))->i_root;
908 struct nilfs_root *root,
959 struct nilfs_root *root;
1007 struct nilfs_root *root;
1048 struct nilfs_root *fsroot;
1159 struct nilfs_root *root;
H A Difile.c185 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root,
H A Dnamei.c444 struct nilfs_root *root;
458 struct nilfs_root *root;
509 struct nilfs_root *root = NILFS_I(inode)->i_root;
H A Drecovery.c494 struct nilfs_root *root,
570 struct nilfs_root *root,
734 struct nilfs_root *root;
H A Dcpfile.c206 struct nilfs_root *root, struct inode *ifile)
349 struct nilfs_root *root, __u64 blkinc,
H A Dsegment.c834 struct nilfs_root *root)
2654 struct nilfs_root *root)
2774 int nilfs_attach_log_writer(struct super_block *sb, struct nilfs_root *root)

Completed in 152 milliseconds