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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode.c3887 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
3973 * limit, XFS_IEXT_BUFSZ, then switch to using the contiguous
4113 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
4129 XFS_IEXT_BUFSZ);
4144 memset(&erp->er_extbuf[nex1 + nex2], 0, (XFS_IEXT_BUFSZ -
4171 ((new_size >= 0) && (new_size <= XFS_IEXT_BUFSZ) &&
4278 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
4308 ASSERT(ifp->if_real_bytes == XFS_IEXT_BUFSZ);
4331 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
4435 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
[all...]
H A Dxfs_inode.h55 #define XFS_IEXT_BUFSZ 4096 macro
56 #define XFS_LINEAR_EXTS (XFS_IEXT_BUFSZ / (uint)sizeof(xfs_bmbt_rec_t))

Completed in 92 milliseconds