Searched refs:S_SWAPFILE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/mm/
H A Dswapfile.c1706 * For S_ISREG swapfiles we set S_SWAPFILE across the life of the swapon. This
1932 inode->i_flags &= ~S_SWAPFILE; SYSCALL_DEFINE1()
2527 inode->i_flags |= S_SWAPFILE;
/linux-4.1.27/include/linux/
H A Dfs.h1721 #define S_SWAPFILE 256 /* Do not truncate: swapon got its bmaps */ macro
1763 #define IS_SWAPFILE(inode) ((inode)->i_flags & S_SWAPFILE)

Completed in 101 milliseconds