Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfcntl.h24 #ifndef force_o_largefile
25 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/linux/io_uring/
H A Dopenclose.c65 if (!(open->how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
/linux/fs/overlayfs/
H A Dinode.c605 if (force_o_largefile()) in ovl_security_fileattr()