Home
last modified time | relevance | path

Searched refs:force_o_largefile (Results 1 – 7 of 7) 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/fs/
H A Dopen.c1376 if (force_o_largefile()) in SYSCALL_DEFINE3()
1384 if (force_o_largefile()) in SYSCALL_DEFINE4()
1410 if (!(tmp.flags & O_PATH) && force_o_largefile()) in SYSCALL_DEFINE4()
1446 if (force_o_largefile()) in SYSCALL_DEFINE2()
H A Dfhandle.c445 if (force_o_largefile()) in SYSCALL_DEFINE3()
/linux/io_uring/
H A Dopenclose.c65 if (!(open->how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c541 if (force_o_largefile()) in __create_shmem()
/linux/fs/overlayfs/
H A Dinode.c608 if (force_o_largefile()) in ovl_security_fileattr()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1721 if (force_o_largefile()) in SYSCALL_DEFINE2()