Searched refs:startino (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_iwalk.c | 59 xfs_ino_t startino; member 409 agino = XFS_INO_TO_AGINO(mp, iwag->startino); in xfs_iwalk_ag() 546 start_agno = XFS_INO_TO_AGNO(iwag->mp, iwag->startino); in xfs_iwalk_args() 560 iwag->startino = in xfs_iwalk_args() 578 xfs_ino_t startino, in xfs_iwalk() argument 589 .startino = startino, in xfs_iwalk() 642 xfs_ino_t startino, in xfs_iwalk_threaded() argument 678 iwag->startino = startino; in xfs_iwalk_threaded() 682 startino = XFS_AGINO_TO_INO(mp, pag_agno(pag) + 1, 0); in xfs_iwalk_threaded() 741 xfs_ino_t startino, in xfs_inobt_walk() argument [all …]
|
| H A D | xfs_itable.c | 207 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int() 247 breq->startino, &bc); in xfs_bulkstat_one() 294 xfs_ino_t startino) in xfs_bulkstat_already_done() argument 296 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_bulkstat_already_done() 297 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done() 300 startino != XFS_AGINO_TO_INO(mp, agno, agino); in xfs_bulkstat_already_done() 322 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_bulkstat() 341 error = xfs_iwalk(breq->mp, tp, breq->startino, iwalk_flags, in xfs_bulkstat() 440 ic->breq->startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino) + in xfs_inumbers_walk() 460 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_inumbers() [all …]
|
| H A D | xfs_iwalk.h | 21 int xfs_iwalk(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t startino, 24 int xfs_iwalk_threaded(struct xfs_mount *mp, xfs_ino_t startino, 40 xfs_ino_t startino, unsigned int flags,
|
| H A D | xfs_ioctl.c | 127 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 129 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 131 breq.startino = lastino; in xfs_ioc_fsbulkstat() 135 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 137 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 183 breq->startino = hdr->ino; in xfs_bulk_ireq_setup() 200 breq->startino = mp->m_sb.sb_rootino; in xfs_bulk_ireq_setup() 217 if (breq->startino == 0) in xfs_bulk_ireq_setup() 218 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup() 225 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno) in xfs_bulk_ireq_setup() [all …]
|
| H A D | xfs_ioctl32.c | 282 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 284 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 286 breq.startino = lastino; in xfs_compat_ioc_fsbulkstat() 289 lastino = breq.startino; in xfs_compat_ioc_fsbulkstat() 291 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 293 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat()
|
| H A D | xfs_itable.h | 13 xfs_ino_t startino; /* start with this inode */ member
|
| H A D | xfs_trace.h | 4591 __field(xfs_agino_t, startino) 4597 __entry->startino = irec->ir_startino; 4602 __entry->startino, __entry->freemask)
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | trace.h | 787 TP_PROTO(const struct xfs_perag *pag, xfs_agino_t startino, 792 TP_ARGS(pag, startino, map_daddr, map_len, chunk_ino, nr_inodes, 797 __field(xfs_agino_t, startino) 809 __entry->startino = startino; 821 __entry->startino, 1318 __field(xfs_ino_t, startino) 1325 __entry->startino = iscan->scan_start_ino; 1332 __entry->startino, 2101 __field(xfs_agino_t, startino) 2110 __entry->startino = rec->ir_startino; [all …]
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.c | 450 xfs_agino_t *startino, in xfs_align_sparse_ino() argument 457 agbno = XFS_AGINO_TO_AGBNO(mp, *startino); in xfs_align_sparse_ino() 464 *startino -= offset; in xfs_align_sparse_ino()
|