XFS_IEXT_BUFSZ 3703 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 3929 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 3945 fs/xfs/xfs_inode.c XFS_IEXT_BUFSZ); XFS_IEXT_BUFSZ 3960 fs/xfs/xfs_inode.c memset(&erp->er_extbuf[nex1 + nex2], 0, (XFS_IEXT_BUFSZ - XFS_IEXT_BUFSZ 3987 fs/xfs/xfs_inode.c ((new_size >= 0) && (new_size <= XFS_IEXT_BUFSZ) && XFS_IEXT_BUFSZ 4092 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4122 fs/xfs/xfs_inode.c ASSERT(ifp->if_real_bytes == XFS_IEXT_BUFSZ); XFS_IEXT_BUFSZ 4145 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4249 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4294 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4346 fs/xfs/xfs_inode.c ifp->if_u1.if_extents = kmem_alloc(XFS_IEXT_BUFSZ, KM_NOFS); XFS_IEXT_BUFSZ 4348 fs/xfs/xfs_inode.c xfs_iext_inline_to_direct(ifp, XFS_IEXT_BUFSZ); XFS_IEXT_BUFSZ 4349 fs/xfs/xfs_inode.c } else if (ifp->if_real_bytes < XFS_IEXT_BUFSZ) { XFS_IEXT_BUFSZ 4350 fs/xfs/xfs_inode.c xfs_iext_realloc_direct(ifp, XFS_IEXT_BUFSZ); XFS_IEXT_BUFSZ 4357 fs/xfs/xfs_inode.c ifp->if_real_bytes = XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4377 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4394 fs/xfs/xfs_inode.c erp[erp_idx].er_extbuf = kmem_alloc(XFS_IEXT_BUFSZ, KM_NOFS); XFS_IEXT_BUFSZ 4395 fs/xfs/xfs_inode.c ifp->if_real_bytes = nlists * XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4396 fs/xfs/xfs_inode.c memset(erp[erp_idx].er_extbuf, 0, XFS_IEXT_BUFSZ); XFS_IEXT_BUFSZ 4416 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4441 fs/xfs/xfs_inode.c ifp->if_real_bytes = nlists * XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4463 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4490 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4508 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 4532 fs/xfs/xfs_inode.c nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ; XFS_IEXT_BUFSZ 60 fs/xfs/xfs_inode.h #define XFS_LINEAR_EXTS (XFS_IEXT_BUFSZ / (uint)sizeof(xfs_bmbt_rec_t))