Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bmap.h206 xfs_extnum_t nexts);
209 xfs_extnum_t nexts, int *done);
Dxfs_bmap.c5184 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi() argument
5225 ASSERT(nexts >= 0); in __xfs_bunmapi()
5274 (nexts == 0 || extno < nexts) && max_len > 0) { in __xfs_bunmapi()
5525 xfs_extnum_t nexts, in xfs_bunmapi() argument
5530 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts); in xfs_bunmapi()