Searched refs:SB_FREEZE_PAGEFAULT (Results 1 – 3 of 3) sorted by relevance
1692 sb->s_writers.frozen = SB_FREEZE_PAGEFAULT; in freeze_super()1693 sb_wait_write(sb, SB_FREEZE_PAGEFAULT); in freeze_super()1699 sb_freeze_unlock(sb, SB_FREEZE_PAGEFAULT); in freeze_super()
1122 SB_FREEZE_PAGEFAULT = 2, /* Page faults stopped as well */ enumerator1516 __sb_end_write(sb, SB_FREEZE_PAGEFAULT); in sb_end_pagefault()1581 __sb_start_write(sb, SB_FREEZE_PAGEFAULT); in sb_start_pagefault()
796 if (sb->s_writers.frozen == SB_FREEZE_PAGEFAULT) { in xfs_fs_sync_fs()
Completed in 17 milliseconds