Searched refs:SB_FREEZE_PAGEFAULT (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Dsuper.c2001 * SB_FREEZE_PAGEFAULT: Freezing continues. Now also page faults are blocked
2068 sb->s_writers.frozen = SB_FREEZE_PAGEFAULT;
2069 sb_wait_write(sb, SB_FREEZE_PAGEFAULT);
2075 sb_freeze_unlock(sb, SB_FREEZE_PAGEFAULT);
/linux-master/include/linux/
H A Dfs.h1192 SB_FREEZE_PAGEFAULT = 2, /* Page faults stopped as well */ enumerator in enum:__anon234
1764 __sb_end_write(sb, SB_FREEZE_PAGEFAULT);
1829 __sb_start_write(sb, SB_FREEZE_PAGEFAULT);
/linux-master/fs/xfs/
H A Dxfs_super.c808 if (sb->s_writers.frozen == SB_FREEZE_PAGEFAULT) {
939 * because we stopped it at SB_FREEZE_PAGEFAULT level and a thaw is not

Completed in 182 milliseconds