Lines Matching refs:xfs_ilog_fext
638 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_btree_to_extents()
910 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_local_to_extents()
2717 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
2751 rval = xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
2778 rval = xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
2801 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
4433 if ((bma.logflags & xfs_ilog_fext(whichfork)) && in xfs_bmapi_write()
4435 bma.logflags &= ~xfs_ilog_fext(whichfork); in xfs_bmapi_write()
4940 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent_real()
4956 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent_real()
4970 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent_real()
5035 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent_real()
5421 if ((logflags & xfs_ilog_fext(whichfork)) && in __xfs_bunmapi()
5423 logflags &= ~xfs_ilog_fext(whichfork); in __xfs_bunmapi()