Home
last modified time | relevance | path

Searched refs:XFS_MTOVFS (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_freebsd_iget.c342 XVFS_INIT_VNODE(XFS_MTOVFS(mp), vp, XFS_ITOBHV(ip), 1); in xfs_iget()
385 error = getnewvnode("xfs", XVFSTOMNT(XFS_MTOVFS(mp)), in xfs_vn_allocate()
394 error = insmntque(vp, XVFSTOMNT(XFS_MTOVFS(mp))); in xfs_vn_allocate()
403 vdata->v_vfsp = XFS_MTOVFS(mp); in xfs_vn_allocate()
Dxfs_super.c153 ronly = ((XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY) != 0); in xfs_blkdev_get()
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_qmops.c68 if (XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY) in xfs_mount_reset_sbqflags()
Dxfs_fsops.c174 nagimax = xfs_initialize_perag(XFS_MTOVFS(mp), mp, nagcount); in xfs_growfs_data_private()
578 struct xfs_vfs *vfsp = XFS_MTOVFS(mp); in xfs_fs_goingdown()
Dxfs_mount.h516 XVFS_FORCE_SHUTDOWN((XFS_MTOVFS(m)), f, __FILE__, __LINE__)
542 #define XFS_MTOVFS(mp) xfs_mtovfs(mp) macro
Dxfs_iget.c476 XVFS_INIT_VNODE(XFS_MTOVFS(mp), vp, XFS_ITOBHV(ip), 1); in xfs_iget_core()
504 if ((inode = VFS_GET_INODE(XFS_MTOVFS(mp), ino, 0))) { in xfs_iget()
Dxfs_trans.c240 fs_check_frozen(XFS_MTOVFS(mp), SB_FREEZE_TRANS); in xfs_trans_alloc()
630 XFS_MTOVFS(tp->t_mountp)->vfs_super->s_dirt = 1; in xfs_trans_apply_sb_deltas()
Dxfs_log.c491 ASSERT(XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY); in xfs_log_mount()
502 xfs_vfs_t *vfsp = XFS_MTOVFS(mp); in xfs_log_mount()
543 ASSERT(XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY); in xfs_log_mount_finish()
603 if (XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY) in xfs_log_unmount_write()
819 xfs_vfs_t *vfsp = XFS_MTOVFS(mp); in xfs_log_need_covered()
Dxfs_mount.c201 xfs_vfs_t *vfsp = XFS_MTOVFS(mp); in xfs_mount_free()
1102 struct xfs_vfs *vfsp = XFS_MTOVFS(mp);
1188 if (!(XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY ||
Dxfs_vfsops.c1022 if (XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY)
1954 struct xfs_vfs *vfsp = XFS_MTOVFS(mp);
Dxfs_vnodeops.c4071 DM_EVENT_ENABLED(XFS_MTOVFS(mp), ip, DM_EVENT_WRITE)) { in xfs_alloc_file_space()
4186 DM_EVENT_ENABLED(XFS_MTOVFS(mp), ip, DM_EVENT_NOSPACE)) { in xfs_alloc_file_space()
4334 DM_EVENT_ENABLED(XFS_MTOVFS(mp), ip, DM_EVENT_WRITE)) { in xfs_free_file_space()
Dxfs_inode.c1252 XVFS_INIT_VNODE(XFS_MTOVFS(tp->t_mountp), vp, XFS_ITOBHV(ip), 1); in xfs_ialloc()
3633 if ((XVFSTOMNT(XFS_MTOVFS(mp))->mnt_flag & MNT_RDONLY) && in xfs_iaccess()
Dxfsidbg.c6950 XFS_MTOVFS(mp), mp->m_tid, &mp->m_ail_lock, &mp->m_ail); in xfsidbg_xmount()