Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile_table.c393 if (unlikely(mode & FMODE_NEED_UNMOUNT)) in __fput()
H A Dnamespace.c2683 file->f_mode |= FMODE_NEED_UNMOUNT; in open_detached_copy()
4044 file->f_mode |= FMODE_NEED_UNMOUNT; in SYSCALL_DEFINE3()
/openbmc/linux/include/linux/
H A Dfs.h177 #define FMODE_NEED_UNMOUNT ((__force fmode_t)0x10000000) macro