Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfcntl.h24 #ifndef force_o_largefile
25 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/Linux-v6.6/arch/ia64/include/uapi/asm/
Dfcntl.h9 #define force_o_largefile() \ macro
/Linux-v6.6/fs/
Dfhandle.c268 if (force_o_largefile()) in SYSCALL_DEFINE3()
Dopen.c1443 if (force_o_largefile()) in SYSCALL_DEFINE3()
1451 if (force_o_largefile()) in SYSCALL_DEFINE4()
1475 if (!(tmp.flags & O_PATH) && force_o_largefile()) in SYSCALL_DEFINE4()
1511 if (force_o_largefile()) in SYSCALL_DEFINE2()
/Linux-v6.6/io_uring/
Dopenclose.c57 if (!(open->how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
/Linux-v6.6/fs/notify/fanotify/
Dfanotify_user.c1505 if (force_o_largefile()) in SYSCALL_DEFINE2()