Home
last modified time | relevance | path

Searched defs:parent_dir (Results 1 – 3 of 3) sorted by relevance

/minix3/sys/fs/v7fs/
H A Dv7fs_file.c69 v7fs_file_lookup_by_name(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_lookup_by_name()
137 v7fs_file_allocate(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_allocate()
232 v7fs_file_deallocate(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_deallocate()
283 v7fs_directory_add_entry(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_directory_add_entry()
337 v7fs_directory_remove_entry(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_directory_remove_entry()
H A Dv7fs_file_util.c69 v7fs_file_link(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_link()
232 v7fs_file_lookup_by_number(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_lookup_by_number()
/minix3/minix/servers/vfs/
H A Dpath.c653 struct vnode *dir_vp, *parent_dir; in canonical_path() local