Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfcntl.h24 #ifndef force_o_largefile
25 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/linux-6.1.9/arch/ia64/include/uapi/asm/
Dfcntl.h9 #define force_o_largefile() \ macro
/linux-6.1.9/fs/
Dfhandle.c262 if (force_o_largefile()) in SYSCALL_DEFINE3()
Dopen.c1332 if (force_o_largefile()) in SYSCALL_DEFINE3()
1340 if (force_o_largefile()) in SYSCALL_DEFINE4()
1364 if (!(tmp.flags & O_PATH) && force_o_largefile()) in SYSCALL_DEFINE4()
1400 if (force_o_largefile()) in SYSCALL_DEFINE2()
/linux-6.1.9/io_uring/
Dopenclose.c46 if (!(open->how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
/linux-6.1.9/fs/notify/fanotify/
Dfanotify_user.c1456 if (force_o_largefile()) in SYSCALL_DEFINE2()