Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode_item.h120 static inline int xfs_ilog_fext(int w) in xfs_ilog_fext() function
Dxfs_bmap.c1006 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_btree_to_extents()
1241 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_local_to_extents()
3339 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
3380 rval = xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
3413 rval = xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
3443 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); in xfs_bmap_add_extent_hole_real()
5089 if ((bma.logflags & xfs_ilog_fext(whichfork)) && in xfs_bmapi_write()
5091 bma.logflags &= ~xfs_ilog_fext(whichfork); in xfs_bmapi_write()
5255 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent()
5282 flags |= xfs_ilog_fext(whichfork); in xfs_bmap_del_extent()
[all …]