Home
last modified time | relevance | path

Searched refs:xfs_dev_is_read_only (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_qm_bhv.c99 (xfs_dev_is_read_only(mp, "changing quota state") || in xfs_qm_validate_state_change()
H A Dxfs_mount.h695 extern int xfs_dev_is_read_only(struct xfs_mount *, char *);
H A Dxfs_mount.c1346 xfs_dev_is_read_only( in xfs_dev_is_read_only() function
H A Dxfs_log_recover.c3444 if ((error = xfs_dev_is_read_only(log->l_mp, "recovery"))) { in xlog_recover()