Home
last modified time | relevance | path

Searched refs:xfs_ilog_fext (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/libxfs/
Dxfs_bmap.c681 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_btree_to_extents()
946 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_local_to_extents()
2930 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
2971 rval = xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
3004 rval = xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
3034 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
4658 if ((bma.logflags & xfs_ilog_fext(whichfork)) && in xfs_bmapi_write()
4660 bma.logflags &= ~xfs_ilog_fext(whichfork); in xfs_bmapi_write()
5212 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent()
5239 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent()
[all …]
Dxfs_log_format.h354 static inline int xfs_ilog_fext(int w) in xfs_ilog_fext() function