Home
last modified time | relevance | path

Searched refs:nexts (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/libxfs/
Dxfs_bmap.h211 xfs_extnum_t nexts);
214 xfs_extnum_t nexts, int *done);
Dxfs_bmap.c5262 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi() argument
5297 ASSERT(nexts >= 0); in __xfs_bunmapi()
5346 (nexts == 0 || extno < nexts) && max_len > 0) { in __xfs_bunmapi()
5600 xfs_extnum_t nexts, in xfs_bunmapi() argument
5605 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts); in xfs_bunmapi()