Searched refs:ir_startino (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | ialloc.c | 93 if (frec.ir_startino + XFS_INODES_PER_CHUNK <= agino) in xchk_inobt_xref_finobt() 97 frec_idx = agino - frec.ir_startino; in xchk_inobt_xref_finobt() 149 for (i = agino, rec_idx = agino - irec->ir_startino; in xchk_inobt_chunk_xref_finobt() 198 if (irec.ir_startino + XFS_INODES_PER_CHUNK <= agino) in xchk_finobt_xref_inobt() 202 rec_idx = agino - irec.ir_startino; in xchk_finobt_xref_inobt() 239 for (i = agino, rec_idx = agino - frec->ir_startino; in xchk_finobt_chunk_xref_inobt() 324 agino = irec->ir_startino + irec_ino; in xchk_iallocbt_check_cluster_ifree() 385 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster() 403 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) << in xchk_iallocbt_check_cluster() 412 trace_xchk_iallocbt_check_cluster(pag, irec->ir_startino, imap.im_agbno, in xchk_iallocbt_check_cluster() [all …]
|
| H A D | inode.c | 686 if (rec.ir_startino > agino || in xchk_inode_xref_finobt() 687 rec.ir_startino + XFS_INODES_PER_CHUNK <= agino) in xchk_inode_xref_finobt() 690 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()
|
| H A D | rmap_repair.c | 694 agino = irec.ir_startino; in xrep_rmap_walk_inobt() 709 for (i = 0, agino = irec.ir_startino; in xrep_rmap_walk_inobt()
|
| H A D | agheader_repair.c | 1298 for (i = 0, agino = irec.ir_startino; in xrep_iunlink_mark_ondisk_rec()
|
| H A D | trace.h | 2180 __entry->startino = rec->ir_startino;
|
| /linux/fs/xfs/ |
| H A D | xfs_iwalk.c | 107 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino); in xfs_iwalk_ichunk_ra() 137 idx = agino - irec->ir_startino; in xfs_iwalk_adjust_start() 211 irec->ir_startino + j), in xfs_iwalk_ag_recs() 308 irec->ir_startino + XFS_INODES_PER_CHUNK - 1); in xfs_iwalk_ag_start() 314 if (irec->ir_startino + XFS_INODES_PER_CHUNK <= agino) in xfs_iwalk_ag_start() 362 ASSERT(next_agino >= iwag->recs[iwag->nr_recs - 1].ir_startino + in xfs_iwalk_run_callbacks() 424 rec_fsino = xfs_agino_to_ino(pag, irec->ir_startino); in xfs_iwalk_ag()
|
| H A D | xfs_trace.h | 1215 __entry->agino = rec->ir_startino; 1217 __entry->nagino = nrec->ir_startino; 1242 __entry->agino = nrec->ir_startino; 4681 __entry->startino = irec->ir_startino;
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_format.h | 1607 __be32 ir_startino; /* starting inode number */ member 1622 xfs_agino_t ir_startino; /* starting inode number */ member 1639 __be32 ir_startino; /* starting inode number */ member
|