Home
last modified time | relevance | path

Searched refs:VFS_RDONLY (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_vfsops.c311 if (!(vfs->vfs_flag & VFS_RDONLY)) { in xfs_start_flags()
337 int ronly = (vfs->vfs_flag & VFS_RDONLY); in xfs_finish_flags()
640 if (!(vfsp->vfs_flag & VFS_RDONLY)) { in xfs_mntupdate()
668 vfsp->vfs_flag |= VFS_RDONLY; in xfs_mntupdate()
670 vfsp->vfs_flag &= ~VFS_RDONLY; in xfs_mntupdate()
968 if (XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY) in xfs_sync_inodes()
1796 if ((vfsp->vfs_flag & VFS_RDONLY) == 0) { in xfs_parseargs()
Dxfs_log.c463 ASSERT(XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY); in xfs_log_mount()
481 int readonly = (vfsp->vfs_flag & VFS_RDONLY); in xfs_log_mount()
484 vfsp->vfs_flag &= ~VFS_RDONLY; in xfs_log_mount()
489 vfsp->vfs_flag |= VFS_RDONLY; in xfs_log_mount()
521 ASSERT(XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY); in xfs_log_mount_finish()
586 if (XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY) in xfs_log_unmount_write()
815 (vfsp->vfs_flag & VFS_RDONLY)) in xfs_log_need_covered()
Dxfs_mount.c1016 if (update_flags && !(vfsp->vfs_flag & VFS_RDONLY))
1169 if (!(XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY ||
Dxfs_acl.c394 if (vp->v_vfsp->vfs_flag & VFS_RDONLY) in xfs_acl_allow_set()
Dxfs_vnodeops.c313 if (vp->v_vfsp->vfs_flag & VFS_RDONLY) in xfs_setattr()
1555 if (vp->v_vfsp->vfs_flag & VFS_RDONLY) in xfs_release()
1640 if (vp->v_vfsp->vfs_flag & VFS_RDONLY) in xfs_inactive()
Dxfs_inode.c3816 if (unlikely(vp->v_vfsp->vfs_flag & VFS_RDONLY)) in xfs_ichgtime()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_syscalls.c127 if (vfsp->vfs_flag & VFS_RDONLY) in xfs_qm_quotactl()
145 if (vfsp->vfs_flag & VFS_RDONLY) in xfs_qm_quotactl()
150 if (vfsp->vfs_flag & VFS_RDONLY) in xfs_qm_quotactl()
163 if (vfsp->vfs_flag & VFS_RDONLY) in xfs_qm_quotactl()
181 if (vfsp->vfs_flag & VFS_RDONLY) in xfs_qm_quotactl()
188 if (vfsp->vfs_flag & VFS_RDONLY) in xfs_qm_quotactl()
Dxfs_qm_bhv.c234 if (XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY) in xfs_mount_reset_sbqflags()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vfs.h96 #define VFS_RDONLY 0x0001 /* read-only vfs */ macro
Dxfs_super.c497 if (!(vfsp->vfs_flag & VFS_RDONLY)) in vfs_sync_worker()
897 vfsp->vfs_flag |= VFS_RDONLY; in linvfs_read_super()