Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dswapfile.c2552 inode->i_flags &= ~S_SWAPFILE; in SYSCALL_DEFINE1()
3183 inode->i_flags |= S_SWAPFILE; in SYSCALL_DEFINE2()
3186 inode->i_flags &= ~S_SWAPFILE; in SYSCALL_DEFINE2()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h514 #define S_SWAPFILE 256 /* Do not truncate: swapon got its bmaps */ macro
/openbmc/linux/include/linux/
H A Dfs.h2102 #define S_SWAPFILE (1 << 8) /* Do not truncate: swapon got its bmaps */ macro
2149 #define IS_SWAPFILE(inode) ((inode)->i_flags & S_SWAPFILE)