Searched refs:SB_FREEZE_WRITE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dfs.h1191 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator in enum:__anon234
1692 * sb_write_started - check if SB_FREEZE_WRITE is held
1699 return __sb_write_started(sb, SB_FREEZE_WRITE);
1703 * sb_write_not_started - check if SB_FREEZE_WRITE is not held
1710 return __sb_write_started(sb, SB_FREEZE_WRITE) <= 0;
1714 * file_write_started - check if SB_FREEZE_WRITE is held
1729 * file_write_not_started - check if SB_FREEZE_WRITE is not held
1752 __sb_end_write(sb, SB_FREEZE_WRITE);
1800 __sb_start_write(sb, SB_FREEZE_WRITE);
1805 return __sb_start_write_trylock(sb, SB_FREEZE_WRITE);
[all...]
/linux-master/fs/
H A Dsuper.c1997 * SB_FREEZE_WRITE: The file system is in the process of being frozen. New
2061 sb->s_writers.frozen = SB_FREEZE_WRITE;
2064 sb_wait_write(sb, SB_FREEZE_WRITE);
/linux-master/fs/xfs/
H A Dxfs_mount.c445 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE))
H A Dxfs_log.c1487 if (xfs_fs_writable(mp, SB_FREEZE_WRITE) && xfs_log_need_covered(mp)) {
/linux-master/fs/f2fs/
H A Dgc.c69 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) {

Completed in 154 milliseconds