Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h28 #ifndef force_o_largefile
29 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dfcntl.h9 #define force_o_largefile() \ macro
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c1239 if (force_o_largefile()) in SYSCALL_DEFINE3()
1247 if (force_o_largefile()) in SYSCALL_DEFINE4()
1269 if (!(tmp.flags & O_PATH) && force_o_largefile()) in SYSCALL_DEFINE4()
1305 if (force_o_largefile()) in SYSCALL_DEFINE2()
H A Dfhandle.c262 if (force_o_largefile()) in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c996 if (force_o_largefile()) in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4086 if (!(req->open.how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()