Searched refs:OVL_OPEN_FLAGS (Results 1 – 3 of 3) sorted by relevance
35 int flags = file->f_flags | OVL_OPEN_FLAGS; in ovl_open_realfile()164 if (unlikely((file->f_flags ^ realfile->f_flags) & ~OVL_OPEN_FLAGS)) { in ovl_real_file_path()
179 #define OVL_OPEN_FLAGS (O_NOATIME) macro
1319 int flags = file->f_flags | OVL_OPEN_FLAGS; in ovl_create_tmpfile()
Completed in 10 milliseconds