Home
last modified time | relevance | path

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

/fs/overlayfs/
A Dcopy_up.c250 new_file = ovl_path_open(path, O_LARGEFILE | O_RDONLY); in ovl_sync_file()
279 old_file = ovl_path_open(&datapath, O_LARGEFILE | O_RDONLY); in ovl_copy_up_file()
651 new_file = ovl_path_open(temp, O_LARGEFILE | O_WRONLY); in ovl_copy_up_data()
A Dreaddir.c305 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE); in ovl_dir_read()
870 res = ovl_path_open(realpath, O_RDONLY | (file->f_flags & O_LARGEFILE)); in ovl_dir_open_realfile()
A Doverlayfs.h517 struct file *ovl_path_open(const struct path *path, int flags);
A Dutil.c659 struct file *ovl_path_open(const struct path *path, int flags) in ovl_path_open() function

Completed in 13 milliseconds