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

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_bmap.c709 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); xfs_bmap_btree_to_extents()
973 flags |= xfs_ilog_fext(whichfork); xfs_bmap_local_to_extents()
3023 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); xfs_bmap_add_extent_hole_real()
3064 rval = xfs_ilog_fext(whichfork); xfs_bmap_add_extent_hole_real()
3097 rval = xfs_ilog_fext(whichfork); xfs_bmap_add_extent_hole_real()
3127 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); xfs_bmap_add_extent_hole_real()
4643 if ((bma.logflags & xfs_ilog_fext(whichfork)) && xfs_bmapi_write()
4645 bma.logflags &= ~xfs_ilog_fext(whichfork); xfs_bmapi_write()
4809 flags |= xfs_ilog_fext(whichfork); xfs_bmap_del_extent()
4836 flags |= xfs_ilog_fext(whichfork); xfs_bmap_del_extent()
4862 flags |= xfs_ilog_fext(whichfork); xfs_bmap_del_extent()
4938 flags |= xfs_ilog_fext(whichfork); xfs_bmap_del_extent()
5356 if ((logflags & xfs_ilog_fext(whichfork)) && xfs_bunmapi()
5358 logflags &= ~xfs_ilog_fext(whichfork); xfs_bunmapi()
H A Dxfs_log_format.h341 static inline int xfs_ilog_fext(int w) xfs_ilog_fext() function

Completed in 103 milliseconds