Home
last modified time | relevance | path

Searched refs:XFS_TRANS_RESERVE (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_shared.h182 #define XFS_TRANS_RESERVE 0x20 /* OK to use reserved data blocks */ macro
Dxfs_attr.c263 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_set()
459 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_remove()
Dxfs_bmap.c1125 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_bmap_add_attrfork()
/linux-4.4.14/fs/xfs/
Dxfs_iomap.c214 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_iomap_write_direct()
726 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_iomap_write_allocate()
890 tp->t_flags |= XFS_TRANS_RESERVE | XFS_TRANS_FREEZE_PROT; in xfs_iomap_write_unwritten()
Dxfs_trans.c137 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
176 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()
546 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_unreserve_and_mod_sb()
Dxfs_fsops.c202 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_growfs_data_private()
Dxfs_inode.c1799 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_inactive_ifree()