Searched refs:ovl_path_open (Results 1 – 4 of 4) sorted by relevance
251 new_file = ovl_path_open(path, O_LARGEFILE | O_RDONLY); in ovl_sync_file()280 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()
304 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE); in ovl_dir_read()862 res = ovl_path_open(realpath, O_RDONLY | (file->f_flags & O_LARGEFILE)); in ovl_dir_open_realfile()
501 struct file *ovl_path_open(const struct path *path, int flags);
641 struct file *ovl_path_open(const struct path *path, int flags) in ovl_path_open() function