Home
last modified time | relevance | path

Searched refs:xfs_fs_writable (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_mount.c582 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
1049 xfs_fs_writable( in xfs_fs_writable() function
1074 if (!xfs_fs_writable(mp, SB_FREEZE_COMPLETE)) in xfs_log_sbcount()
Dxfs_mount.h328 extern bool xfs_fs_writable(struct xfs_mount *mp, int level);
Dxfs_log.c1033 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_log_need_covered()