Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfcntl.h24 #ifndef force_o_largefile
25 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/linux-6.15/fs/
H A Dopen.c1450 if (force_o_largefile()) in SYSCALL_DEFINE3()
1458 if (force_o_largefile()) in SYSCALL_DEFINE4()
1484 if (!(tmp.flags & O_PATH) && force_o_largefile()) in SYSCALL_DEFINE4()
1520 if (force_o_largefile()) in SYSCALL_DEFINE2()
H A Dfhandle.c440 if (force_o_largefile()) in SYSCALL_DEFINE3()
/linux-6.15/io_uring/
H A Dopenclose.c62 if (!(open->how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
/linux-6.15/fs/overlayfs/
H A Dinode.c622 if (force_o_largefile()) in ovl_security_fileattr()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c1620 if (force_o_largefile()) in SYSCALL_DEFINE2()