Home
last modified time | relevance | path

Searched refs:XFS_INLINE_EXTS (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dfrag.c318 if (ip->i_d.di_nextents <= XFS_INLINE_EXTS) { in xfs_swapext()
337 if (tip->i_d.di_nextents <= XFS_INLINE_EXTS) { in xfs_swapext()
Dxfs_inode.h38 #define XFS_INLINE_EXTS 2 macro
53 xfs_bmbt_rec_t if_inline_ext[XFS_INLINE_EXTS];
Dxfs_inode.c685 else if (nex <= XFS_INLINE_EXTS) in xfs_iformat_extents()