Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_shared.h182 #define XFS_TRANS_RESERVE 0x20 /* OK to use reserved data blocks */ macro
Dxfs_attr.c261 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_set()
460 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_remove()
Dxfs_bmap.c1124 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_bmap_add_attrfork()
/linux-4.1.27/fs/xfs/
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()
553 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_unreserve_and_mod_sb()
Dxfs_iomap.c688 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_iomap_write_allocate()
852 tp->t_flags |= XFS_TRANS_RESERVE | XFS_TRANS_FREEZE_PROT; in xfs_iomap_write_unwritten()
Dxfs_fsops.c200 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_growfs_data_private()
Dxfs_inode.c1827 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_inactive_ifree()