Home
last modified time | relevance | path

Searched refs:ir_startino (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ialloc.c41 cur->bc_rec.i.ir_startino = ino; in xfs_inobt_lookup()
60 rec.inobt.ir_startino = cpu_to_be32(irec->ir_startino); in xfs_inobt_update()
80 irec->ir_startino = be32_to_cpu(rec->inobt.ir_startino); in xfs_inobt_btrec_to_irec()
118 if (!xfs_verify_agino(cur->bc_ag.pag, irec->ir_startino)) in xfs_inobt_get_rec()
143 irec->ir_startino, irec->ir_count, irec->ir_freecount, in xfs_inobt_get_rec()
452 if (trec->ir_startino != srec->ir_startino) in __xfs_inobt_can_merge()
486 ASSERT(trec->ir_startino == srec->ir_startino); in __xfs_inobt_rec_merge()
533 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert_sprec()
563 if (XFS_IS_CORRUPT(mp, rec.ir_startino != nrec->ir_startino)) { in xfs_inobt_insert_sprec()
577 trace_xfs_irec_merge_pre(mp, pag->pag_agno, rec.ir_startino, in xfs_inobt_insert_sprec()
[all …]
Dxfs_ialloc_btree.c196 key->inobt.ir_startino = rec->inobt.ir_startino; in xfs_inobt_init_key_from_rec()
206 x = be32_to_cpu(rec->inobt.ir_startino); in xfs_inobt_init_high_key_from_rec()
208 key->inobt.ir_startino = cpu_to_be32(x); in xfs_inobt_init_high_key_from_rec()
216 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()
261 return (int64_t)be32_to_cpu(key->inobt.ir_startino) - in xfs_inobt_key_diff()
262 cur->bc_rec.i.ir_startino; in xfs_inobt_key_diff()
271 return (int64_t)be32_to_cpu(k1->inobt.ir_startino) - in xfs_inobt_diff_two_keys()
272 be32_to_cpu(k2->inobt.ir_startino); in xfs_inobt_diff_two_keys()
369 return be32_to_cpu(k1->inobt.ir_startino) < in xfs_inobt_keys_inorder()
370 be32_to_cpu(k2->inobt.ir_startino); in xfs_inobt_keys_inorder()
[all …]
Dxfs_format.h1441 __be32 ir_startino; /* starting inode number */ member
1456 xfs_agino_t ir_startino; /* starting inode number */ member
1473 __be32 ir_startino; /* starting inode number */ member
/linux-6.1.9/fs/xfs/scrub/
Dialloc.c165 agino = irec->ir_startino + irec_ino; in xchk_iallocbt_check_cluster_ifree()
227 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster()
246 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) << in xchk_iallocbt_check_cluster()
255 trace_xchk_iallocbt_check_cluster(mp, agno, irec->ir_startino, in xchk_iallocbt_check_cluster()
258 XFS_INO_TO_OFFSET(mp, irec->ir_startino + in xchk_iallocbt_check_cluster()
367 if (irec->ir_startino & imask) in xchk_iallocbt_rec_alignment()
378 if (irec->ir_startino != iabt->next_startino) { in xchk_iallocbt_rec_alignment()
394 if (irec->ir_startino & (igeo->cluster_align_inodes - 1)) { in xchk_iallocbt_rec_alignment()
399 if (irec->ir_startino & (igeo->inodes_per_cluster - 1)) { in xchk_iallocbt_rec_alignment()
412 iabt->next_startino = irec->ir_startino + XFS_INODES_PER_CHUNK; in xchk_iallocbt_rec_alignment()
[all …]
Dinode.c491 if (rec.ir_startino > agino || in xchk_inode_xref_finobt()
492 rec.ir_startino + XFS_INODES_PER_CHUNK <= agino) in xchk_inode_xref_finobt()
495 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()
/linux-6.1.9/fs/xfs/
Dxfs_iwalk.c106 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino); in xfs_iwalk_ichunk_ra()
136 idx = agino - irec->ir_startino; in xfs_iwalk_adjust_start()
219 irec->ir_startino + j); in xfs_iwalk_ag_recs()
313 irec->ir_startino + XFS_INODES_PER_CHUNK - 1); in xfs_iwalk_ag_start()
319 if (irec->ir_startino + XFS_INODES_PER_CHUNK <= agino) in xfs_iwalk_ag_start()
369 ASSERT(next_agino >= irec->ir_startino + XFS_INODES_PER_CHUNK); in xfs_iwalk_run_callbacks()
434 rec_fsino = XFS_AGINO_TO_INO(mp, pag->pag_agno, irec->ir_startino); in xfs_iwalk_ag()
Dxfs_itable.c384 .xi_startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino), in xfs_inumbers_walk()
396 ic->breq->startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino) + in xfs_inumbers_walk()
Dxfs_trace.h3814 __entry->startino = irec->ir_startino;