Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfcntl.h14 #ifndef force_o_largefile
15 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
Dsyscalls.h1383 if (force_o_largefile()) in ksys_open()
/Linux-v5.4/arch/ia64/include/uapi/asm/
Dfcntl.h9 #define force_o_largefile() \ macro
/Linux-v5.4/fs/
Dfhandle.c262 if (force_o_largefile()) in SYSCALL_DEFINE3()
Dopen.c1112 if (force_o_largefile()) in SYSCALL_DEFINE3()
1121 if (force_o_largefile()) in SYSCALL_DEFINE4()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c834 if (force_o_largefile()) in SYSCALL_DEFINE2()