Home
last modified time | relevance | path

Searched refs:SB_FREEZE_WRITE (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dfs.h1271 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator
1411 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write()
1459 __sb_start_write(sb, SB_FREEZE_WRITE, true); in sb_start_write()
1464 return __sb_start_write(sb, SB_FREEZE_WRITE, false); in sb_start_write_trylock()
2461 __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true); in file_start_write()
2468 return __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, false); in file_start_write_trylock()
2475 __sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE); in file_end_write()
/linux-4.4.14/fs/
Dsuper.c1299 sb->s_writers.frozen = SB_FREEZE_WRITE; in freeze_super()
1302 sb_wait_write(sb, SB_FREEZE_WRITE); in freeze_super()
/linux-4.4.14/fs/f2fs/
Dgc.c46 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()
/linux-4.4.14/fs/xfs/
Dxfs_mount.c592 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
Dxfs_log.c1048 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_log_need_covered()
/linux-4.4.14/fs/btrfs/
Dsuper.c1106 if (__sb_start_write(sb, SB_FREEZE_WRITE, false)) in btrfs_sync_fs()
1107 __sb_end_write(sb, SB_FREEZE_WRITE); in btrfs_sync_fs()