Searched refs:has_more (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_iwalk.c261 int *has_more)
278 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more);
287 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more);
295 if (!*has_more)
300 error = xfs_inobt_get_rec(*curpp, irec, has_more);
303 if (XFS_IS_CORRUPT(mp, *has_more != 1)) {
335 return xfs_btree_increment(*curpp, 0, has_more);
342 * full (and therefore we could've just incremented the cursor) if *@has_more
343 * is true. On exit, *@has_more will indicate whether or not the caller should
351 int *has_more)
256 xfs_iwalk_ag_start( struct xfs_iwalk_ag *iwag, xfs_agino_t agino, struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp, int *has_more) argument
347 xfs_iwalk_run_callbacks( struct xfs_iwalk_ag *iwag, struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp, int *has_more) argument
406 int has_more; local
[all...]

Completed in 120 milliseconds