Searched refs:force_o_largefile (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dfcntl.h24 #ifndef force_o_largefile
25 #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T)) macro
/linux-master/fs/
H A Dfhandle.c264 if (force_o_largefile())
H A Dopen.c1427 if (force_o_largefile())
1435 if (force_o_largefile())
1459 if (!(tmp.flags & O_PATH) && force_o_largefile())
1495 if (force_o_largefile())
/linux-master/io_uring/
H A Dopenclose.c62 if (!(open->how.flags & O_PATH) && force_o_largefile())
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1572 if (force_o_largefile())

Completed in 163 milliseconds