Home
last modified time | relevance | path

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

/Linux-v6.1/fs/overlayfs/
Dcopy_up.c213 old_file = ovl_path_open(&datapath, O_LARGEFILE | O_RDONLY); in ovl_copy_up_file()
561 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()
843 res = ovl_path_open(realpath, O_RDONLY | (file->f_flags & O_LARGEFILE)); in ovl_dir_open_realfile()
Dutil.c493 struct file *ovl_path_open(const struct path *path, int flags) in ovl_path_open() function
Doverlayfs.h406 struct file *ovl_path_open(const struct path *path, int flags);