Home
last modified time | relevance | path

Searched refs:ovl_path_open (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/overlayfs/
Dcopy_up.c250 old_file = ovl_path_open(&datapath, O_LARGEFILE | O_RDONLY); in ovl_copy_up_file()
600 new_file = ovl_path_open(temp, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()
Dreaddir.c300 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE); in ovl_dir_read()
848 res = ovl_path_open(realpath, O_RDONLY | (file->f_flags & O_LARGEFILE)); in ovl_dir_open_realfile()
Doverlayfs.h463 struct file *ovl_path_open(const struct path *path, int flags);
Dutil.c578 struct file *ovl_path_open(const struct path *path, int flags) in ovl_path_open() function