Home
last modified time | relevance | path

Searched refs:startino (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.c58 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 Dxfs_itable.c174 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 Dxfs_iwalk.h21 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 Dxfs_ioctl32.c281 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 Dxfs_ioctl.c711 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 Dxfs_itable.h13 xfs_ino_t startino; /* start with this inode */ member
H A Dxfs_trace.h3970 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 Dtrace.h601 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 Dxfs_ialloc.c439 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()