/openbmc/linux/fs/xfs/ |
H A D | xfs_iwalk.c | 58 xfs_ino_t startino; member 415 ASSERT(pag->pag_agno == XFS_INO_TO_AGNO(mp, iwag->startino)); in xfs_iwalk_ag() 416 agino = XFS_INO_TO_AGINO(mp, iwag->startino); in xfs_iwalk_ag() 553 xfs_ino_t startino, in xfs_iwalk() argument 564 .startino = startino, in xfs_iwalk() 572 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_iwalk() 587 iwag.startino = XFS_AGINO_TO_INO(mp, agno + 1, 0); in xfs_iwalk() 641 xfs_ino_t startino, in xfs_iwalk_threaded() argument 650 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_iwalk_threaded() 676 iwag->startino = startino; in xfs_iwalk_threaded() [all …]
|
H A D | xfs_itable.c | 174 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int() 214 breq->startino, &bc); in xfs_bulkstat_one() 261 xfs_ino_t startino) in xfs_bulkstat_already_done() argument 263 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_bulkstat_already_done() 264 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done() 267 startino != XFS_AGINO_TO_INO(mp, agno, agino); in xfs_bulkstat_already_done() 289 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_bulkstat() 308 error = xfs_iwalk(breq->mp, tp, breq->startino, iwalk_flags, in xfs_bulkstat() 407 ic->breq->startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino) + in xfs_inumbers_walk() 427 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_ioctl32.c | 281 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 283 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat() 285 breq.startino = lastino; in xfs_compat_ioc_fsbulkstat() 288 lastino = breq.startino; in xfs_compat_ioc_fsbulkstat() 290 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat() 292 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat()
|
H A D | xfs_ioctl.c | 711 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 713 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 715 breq.startino = lastino; in xfs_ioc_fsbulkstat() 719 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 721 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 767 breq->startino = hdr->ino; in xfs_bulk_ireq_setup() 784 breq->startino = mp->m_sb.sb_rootino; in xfs_bulk_ireq_setup() 801 if (breq->startino == 0) in xfs_bulk_ireq_setup() 802 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup() 803 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno) in xfs_bulk_ireq_setup() [all …]
|
H A D | xfs_itable.h | 13 xfs_ino_t startino; /* start with this inode */ member
|
H A D | xfs_trace.h | 3970 xfs_agino_t startino), 3971 TP_ARGS(mp, agno, startino), 3975 __field(xfs_agino_t, startino) 3980 __entry->startino = startino; 3984 __entry->startino) 3994 __field(xfs_agino_t, startino) 4000 __entry->startino = irec->ir_startino; 4005 __entry->startino, __entry->freemask)
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | trace.h | 601 xfs_agino_t startino, xfs_daddr_t map_daddr, 605 TP_ARGS(mp, agno, startino, map_daddr, map_len, chunk_ino, nr_inodes, 610 __field(xfs_agino_t, startino) 622 __entry->startino = startino; 634 __entry->startino, 1302 xfs_agino_t startino, uint16_t holemask, uint8_t count, 1304 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask), 1308 __field(xfs_agino_t, startino) 1317 __entry->startino = startino; 1326 __entry->startino,
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.c | 439 xfs_agino_t *startino, in xfs_align_sparse_ino() argument 446 agbno = XFS_AGINO_TO_AGBNO(mp, *startino); in xfs_align_sparse_ino() 453 *startino -= offset; in xfs_align_sparse_ino()
|