Home
last modified time | relevance | path

Searched refs:force_o_largefile (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dfcntl.h28 #ifndef force_o_largefile
29 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/Linux-v5.10/arch/ia64/include/uapi/asm/
Dfcntl.h9 #define force_o_largefile() \ macro
/Linux-v5.10/fs/
Dopen.c1190 if (force_o_largefile()) in SYSCALL_DEFINE3()
1198 if (force_o_largefile()) in SYSCALL_DEFINE4()
1220 if (!(tmp.flags & O_PATH) && force_o_largefile()) in SYSCALL_DEFINE4()
1256 if (force_o_largefile()) in SYSCALL_DEFINE2()
Dfhandle.c262 if (force_o_largefile()) in SYSCALL_DEFINE3()
Dio_uring.c3786 if (!(req->open.how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify_user.c996 if (force_o_largefile()) in SYSCALL_DEFINE2()