Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap.h204 xfs_extnum_t nexts, int *done);
H A Dxfs_bmap.c5181 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi() argument
5215 ASSERT(nexts >= 0); in __xfs_bunmapi()
5244 (nexts == 0 || extno < nexts)) { in __xfs_bunmapi()
5479 xfs_extnum_t nexts, in xfs_bunmapi() argument
5484 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts); in xfs_bunmapi()