Searched refs:has_more (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_iwalk.c | 264 int *has_more) in xfs_iwalk_ag_start() 279 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); in xfs_iwalk_ag_start() 288 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start() 296 if (!*has_more) in xfs_iwalk_ag_start() 301 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start() 304 if (XFS_IS_CORRUPT(mp, *has_more != 1)) in xfs_iwalk_ag_start() 334 return xfs_btree_increment(*curpp, 0, has_more); in xfs_iwalk_ag_start() 341 * full (and therefore we could've just incremented the cursor) if *@has_more 342 * is true. On exit, *@has_more will indicate whether or not the caller should 351 int *has_more) in xfs_iwalk_run_callbacks() 258 xfs_iwalk_ag_start( struct xfs_iwalk_ag *iwag, xfs_agnumber_t agno, xfs_agino_t agino, struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp, int *has_more) xfs_iwalk_ag_start() argument 346 xfs_iwalk_run_callbacks( struct xfs_iwalk_ag *iwag, xfs_agnumber_t agno, struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp, int *has_more) xfs_iwalk_run_callbacks() argument 397 int has_more; xfs_iwalk_ag() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_iwalk.c | 268 int *has_more) in xfs_iwalk_ag_start() 284 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); in xfs_iwalk_ag_start() 293 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start() 301 if (!*has_more) in xfs_iwalk_ag_start() 306 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start() 309 if (XFS_IS_CORRUPT(mp, *has_more != 1)) in xfs_iwalk_ag_start() 339 return xfs_btree_increment(*curpp, 0, has_more); in xfs_iwalk_ag_start() 346 * full (and therefore we could've just incremented the cursor) if *@has_more 347 * is true. On exit, *@has_more will indicate whether or not the caller should 355 int *has_more) in xfs_iwalk_run_callbacks() 263 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) xfs_iwalk_ag_start() argument 351 xfs_iwalk_run_callbacks( struct xfs_iwalk_ag *iwag, struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp, int *has_more) xfs_iwalk_run_callbacks() argument 411 int has_more; xfs_iwalk_ag() local [all...] |
Completed in 2 milliseconds