Home
last modified time | relevance | path

Searched refs:XFS_TRANS_RES_FDBLKS (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_shared.h63 #define XFS_TRANS_RES_FDBLKS 0x80 /* reserve newly freed blocks */ macro
/linux/fs/xfs/
A Dxfs_trans.c116 (tp->t_flags & XFS_TRANS_RES_FDBLKS); in xfs_trans_dup()
277 ASSERT(!(flags & XFS_TRANS_RES_FDBLKS) || in xfs_trans_alloc()
385 } else if (delta > 0 && (tp->t_flags & XFS_TRANS_RES_FDBLKS)) { in xfs_trans_mod_sb()
A Dxfs_bmap_util.c1701 flags |= XFS_TRANS_RES_FDBLKS; in xfs_swap_extents()

Completed in 10 milliseconds