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

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_inode.c3871 * | count | | nex2 | nex2 - number of extents after idx + count
3885 xfs_extnum_t nex2; /* extents after idx + count */ local
3886 xfs_bmbt_rec_t *nex2_ep = NULL; /* temp list for nex2 extents */
3891 nex2 = erp->er_extcount - idx;
3897 if (nex2) {
3898 byte_diff = nex2 * sizeof(xfs_bmbt_rec_t);
3901 erp->er_extcount -= nex2;
3902 xfs_iext_irec_update_extoffs(ifp, erp_idx + 1, -nex2);
3928 /* Add nex2 extent
4111 xfs_extnum_t nex2; /* extents after idx + count */ local
[all...]

Completed in 45 milliseconds