/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_iwalk.c | 56 xfs_ino_t startino; member 186 agno = XFS_INO_TO_AGNO(mp, iwag->startino); in xfs_iwalk_ag_recs() 401 agno = XFS_INO_TO_AGNO(mp, iwag->startino); in xfs_iwalk_ag() 402 agino = XFS_INO_TO_AGINO(mp, iwag->startino); in xfs_iwalk_ag() 540 xfs_ino_t startino, in xfs_iwalk() argument 551 .startino = startino, in xfs_iwalk() 558 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_iwalk() 572 iwag.startino = XFS_AGINO_TO_INO(mp, agno + 1, 0); in xfs_iwalk() 612 xfs_ino_t startino, in xfs_iwalk_threaded() argument 620 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_iwalk_threaded() [all …]
|
D | xfs_itable.c | 152 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int() 176 error = xfs_bulkstat_one_int(breq->mp, NULL, breq->startino, &bc); in xfs_bulkstat_one() 221 xfs_ino_t startino) in xfs_bulkstat_already_done() argument 223 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_bulkstat_already_done() 224 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done() 227 startino != XFS_AGINO_TO_INO(mp, agno, agino); in xfs_bulkstat_already_done() 242 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_bulkstat() 250 error = xfs_iwalk(breq->mp, NULL, breq->startino, breq->flags, in xfs_bulkstat() 348 ic->breq->startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino) + in xfs_inumbers_walk() 367 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_inumbers() [all …]
|
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,
|
D | xfs_ioctl32.c | 293 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 295 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 297 breq.startino = lastino; in xfs_compat_ioc_fsbulkstat() 300 lastino = breq.startino; in xfs_compat_ioc_fsbulkstat() 302 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 304 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat()
|
D | xfs_itable.h | 12 xfs_ino_t startino; /* start with this inode */ member
|
D | xfs_ioctl.c | 786 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 788 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 790 breq.startino = lastino; in xfs_ioc_fsbulkstat() 794 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 796 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 842 breq->startino = hdr->ino; in xfs_bulk_ireq_setup() 876 if (breq->startino == 0) in xfs_bulk_ireq_setup() 877 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup() 878 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno) in xfs_bulk_ireq_setup() 884 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno) in xfs_bulk_ireq_setup() [all …]
|
D | xfs_trace.h | 3598 xfs_agino_t startino), 3599 TP_ARGS(mp, agno, startino), 3603 __field(xfs_agino_t, startino) 3608 __entry->startino = startino; 3612 __entry->startino) 3622 __field(xfs_agino_t, startino) 3628 __entry->startino = irec->ir_startino; 3633 __entry->startino, __entry->freemask)
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | trace.h | 553 xfs_agino_t startino, xfs_daddr_t map_daddr, 557 TP_ARGS(mp, agno, startino, map_daddr, map_len, chunk_ino, nr_inodes, 562 __field(xfs_agino_t, startino) 574 __entry->startino = startino; 586 __entry->startino, 876 xfs_agino_t startino, uint16_t holemask, uint8_t count, 878 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask), 882 __field(xfs_agino_t, startino) 891 __entry->startino = startino; 900 __entry->startino,
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 417 xfs_agino_t *startino, in xfs_align_sparse_ino() argument 424 agbno = XFS_AGINO_TO_AGBNO(mp, *startino); in xfs_align_sparse_ino() 431 *startino -= offset; in xfs_align_sparse_ino()
|