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

/linux-4.1.27/fs/
H A Dsuper.c1273 * SB_FREEZE_PAGEFAULT: Freezing continues. Now also page faults are blocked
1324 sb->s_writers.frozen = SB_FREEZE_PAGEFAULT; freeze_super()
1327 sb_wait_write(sb, SB_FREEZE_PAGEFAULT); freeze_super()
/linux-4.1.27/include/linux/
H A Dfs.h1256 SB_FREEZE_PAGEFAULT = 2, /* Page faults stopped as well */ enumerator in enum:__anon11683
1402 __sb_end_write(sb, SB_FREEZE_PAGEFAULT); sb_end_pagefault()
1467 __sb_start_write(sb, SB_FREEZE_PAGEFAULT, true); sb_start_pagefault()

Completed in 129 milliseconds