Lines Matching defs:fs
58 connect_lost_and_found(struct v7fs_self *fs, v7fs_ino_t ino) in connect_lost_and_found()
84 lookup_child_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz) in lookup_child_subr()
123 lookup_child_from_dir(struct v7fs_self *fs, struct v7fs_inode *p, bool print) in lookup_child_from_dir()
140 lookup_parent_from_file_subr(struct v7fs_self *fs, void *ctx, in lookup_parent_from_file_subr()
158 lookup_parent_from_file(struct v7fs_self *fs, v7fs_ino_t ino) in lookup_parent_from_file()
169 lookup_parent_from_dir_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, in lookup_parent_from_dir_subr()
199 lookup_parent_from_dir(struct v7fs_self *fs, struct v7fs_inode *p) in lookup_parent_from_dir()
210 pathname_check_file(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino) in pathname_check_file()
232 pathname_check_dir(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino) in pathname_check_dir()
271 pathname_subr(struct v7fs_self *fs, void *ctx __unused, struct v7fs_inode *p, in pathname_subr()
291 pathname_check(struct v7fs_self *fs) in pathname_check()
304 filename(struct v7fs_self *fs, v7fs_ino_t ino) in filename()