Searched refs:nexts (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 213 xfs_extnum_t nexts, xfs_fsblock_t *firstblock,
|
H A D | xfs_bmap.c | 5001 * If nexts is nonzero then the number of extents to remove is limited to 5012 xfs_extnum_t nexts, /* number of extents max */ xfs_bunmapi() 5057 ASSERT(nexts >= 0); xfs_bunmapi() 5103 (nexts == 0 || extno < nexts)) { xfs_bunmapi() 5628 xfs_extnum_t nexts = 0; xfs_bmap_shift_extents() local 5722 while (nexts++ < num_exts) { xfs_bmap_shift_extents() 5006 xfs_bunmapi( xfs_trans_t *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, int flags, xfs_extnum_t nexts, xfs_fsblock_t *firstblock, xfs_bmap_free_t *flist, int *done) xfs_bunmapi() argument
|
Completed in 119 milliseconds