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

/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_inode_fork.c303 int nex; xfs_iformat_extents() local
308 nex = XFS_DFORK_NEXTENTS(dip, whichfork); xfs_iformat_extents()
309 size = nex * (uint)sizeof(xfs_bmbt_rec_t); xfs_iformat_extents()
318 (unsigned long long) ip->i_ino, nex); xfs_iformat_extents()
325 if (nex == 0) xfs_iformat_extents()
327 else if (nex <= XFS_INLINE_EXTS) xfs_iformat_extents()
330 xfs_iext_add(ifp, 0, nex); xfs_iformat_extents()
335 xfs_validate_extents(ifp, nex, XFS_EXTFMT_INODE(ip)); xfs_iformat_extents()
336 for (i = 0; i < nex; i++, dp++) { xfs_iformat_extents()
341 XFS_BMAP_TRACE_EXLIST(ip, nex, whichfork); xfs_iformat_extents()
345 ifp, 0, nex))) { xfs_iformat_extents()
/linux-4.4.14/fs/xfs/
H A Dxfs_bmap_util.c529 int nex; /* # of user extents can do */ xfs_getbmap() local
588 nex = bmv->bmv_count - 1; xfs_getbmap()
589 if (nex <= 0) xfs_getbmap()
624 * Don't let nex be bigger than the number of extents xfs_getbmap()
627 if (nex > XFS_IFORK_NEXTENTS(ip, whichfork) * 2 + 1) xfs_getbmap()
628 nex = XFS_IFORK_NEXTENTS(ip, whichfork) * 2 + 1; xfs_getbmap()
651 nexleft = nex; xfs_getbmap()
H A Dxfs_trace.h1929 __field(int, nex)
1938 __entry->nex = ip->i_d.di_nextents;
1948 __entry->nex,

Completed in 88 milliseconds