Home
last modified time | relevance | path

Searched refs:force_o_largefile (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dfcntl.h28 #ifndef force_o_largefile
29 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/kernel/linux/linux-6.6/include/linux/
H A Dfcntl.h24 #ifndef force_o_largefile
25 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dfcntl.h9 #define force_o_largefile() \ macro
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dfcntl.h9 #define force_o_largefile() \ macro
/kernel/linux/linux-5.10/fs/
H A Dfhandle.c262 if (force_o_largefile()) in SYSCALL_DEFINE3()
H A Dopen.c1208 if (force_o_largefile()) in SYSCALL_DEFINE3()
1216 if (force_o_largefile()) in SYSCALL_DEFINE4()
1238 if (!(tmp.flags & O_PATH) && force_o_largefile()) in SYSCALL_DEFINE4()
1274 if (force_o_largefile()) in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dfhandle.c268 if (force_o_largefile()) in SYSCALL_DEFINE3()
H A Dopen.c1440 if (force_o_largefile()) in SYSCALL_DEFINE3()
1448 if (force_o_largefile()) in SYSCALL_DEFINE4()
1472 if (!(tmp.flags & O_PATH) && force_o_largefile()) in SYSCALL_DEFINE4()
1508 if (force_o_largefile()) in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/io_uring/
H A Dopenclose.c57 if (!(open->how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify_user.c996 if (force_o_largefile()) in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify_user.c1505 if (force_o_largefile()) in SYSCALL_DEFINE2()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c4175 if (!(req->open.how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()

Completed in 24 milliseconds