Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfcntl.h24 #ifndef force_o_largefile
25 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dfcntl.h9 #define force_o_largefile() \ macro
/openbmc/linux/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()
1474 if (!(tmp.flags & O_PATH) && force_o_largefile()) in SYSCALL_DEFINE4()
1510 if (force_o_largefile()) in SYSCALL_DEFINE2()
/openbmc/linux/io_uring/
H A Dopenclose.c57 if (!(open->how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
/openbmc/linux/fs/overlayfs/
H A Dinode.c747 if (force_o_largefile()) in ovl_security_fileattr()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1516 if (force_o_largefile()) in SYSCALL_DEFINE2()