XFS_INLINE_EXTS 317 fs/xfs/xfs_dfrag.c if (ip->i_d.di_nextents <= XFS_INLINE_EXTS) { XFS_INLINE_EXTS 336 fs/xfs/xfs_dfrag.c if (tip->i_d.di_nextents <= XFS_INLINE_EXTS) { XFS_INLINE_EXTS 572 fs/xfs/xfs_inode.c else if (nex <= XFS_INLINE_EXTS) XFS_INLINE_EXTS 3590 fs/xfs/xfs_inode.c if (nextents + ext_diff <= XFS_INLINE_EXTS) { XFS_INLINE_EXTS 3831 fs/xfs/xfs_inode.c ASSERT(idx < XFS_INLINE_EXTS); XFS_INLINE_EXTS 3834 fs/xfs/xfs_inode.c (nextents - ext_diff) < XFS_INLINE_EXTS); XFS_INLINE_EXTS 3997 fs/xfs/xfs_inode.c if (new_size <= XFS_INLINE_EXTS * sizeof(xfs_bmbt_rec_t)) { XFS_INLINE_EXTS 4043 fs/xfs/xfs_inode.c ASSERT(nextents <= XFS_INLINE_EXTS); XFS_INLINE_EXTS 4074 fs/xfs/xfs_inode.c memset(ifp->if_u2.if_inline_ext, 0, XFS_INLINE_EXTS * XFS_INLINE_EXTS 4153 fs/xfs/xfs_inode.c memset(ifp->if_u2.if_inline_ext, 0, XFS_INLINE_EXTS * XFS_INLINE_EXTS 4468 fs/xfs/xfs_inode.c } else if (nextents <= XFS_INLINE_EXTS) { XFS_INLINE_EXTS 77 fs/xfs/xfs_inode.h xfs_bmbt_rec_host_t if_inline_ext[XFS_INLINE_EXTS];