Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_bmap.h195 xfs_extnum_t nexts);
198 xfs_extnum_t nexts, int *done);
Dxfs_bmap.c5264 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi() argument
5297 ASSERT(nexts >= 0); in __xfs_bunmapi()
5337 (nexts == 0 || extno < nexts)) { in __xfs_bunmapi()
5572 xfs_extnum_t nexts, in xfs_bunmapi() argument
5577 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts); in xfs_bunmapi()