Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c638 *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()
2734 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
2768 rval = xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
2795 rval = xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
2818 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
4463 if ((bma.logflags & xfs_ilog_fext(whichfork)) && in xfs_bmapi_write()
4465 bma.logflags &= ~xfs_ilog_fext(whichfork); in xfs_bmapi_write()
4975 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent_real()
4991 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent_real()
[all …]
Dxfs_log_format.h355 static inline int xfs_ilog_fext(int w) in xfs_ilog_fext() function