Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_mount.c588 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
1195 xfs_fs_writable( in xfs_fs_writable() function
1220 if (!xfs_fs_writable(mp, SB_FREEZE_COMPLETE)) in xfs_log_sbcount()
Dxfs_mount.h425 extern bool xfs_fs_writable(struct xfs_mount *mp, int level);
Dxfs_log.c1117 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_log_need_covered()