Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/overlayfs/
A Dcopy_up.c251 old_file = ovl_path_open(&datapath, O_LARGEFILE | O_RDONLY); in ovl_copy_up_file()
599 new_file = ovl_path_open(temp, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()
A Dreaddir.c300 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE); in ovl_dir_read()
845 res = ovl_path_open(realpath, O_RDONLY | (file->f_flags & O_LARGEFILE)); in ovl_dir_open_realfile()
A Dutil.c491 struct file *ovl_path_open(const struct path *path, int flags) in ovl_path_open() function
A Doverlayfs.h421 struct file *ovl_path_open(const struct path *path, int flags);

Completed in 12 milliseconds