Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_iwalk.c58 xfs_ino_t startino; member
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()
677 iwag->startino = startino; in xfs_iwalk_threaded()
740 xfs_ino_t startino, in xfs_inobt_walk() argument
[all …]
A Dxfs_itable.c152 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int()
192 breq->startino, &bc); in xfs_bulkstat_one()
239 xfs_ino_t startino) in xfs_bulkstat_already_done() argument
241 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_bulkstat_already_done()
242 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done()
245 startino != XFS_AGINO_TO_INO(mp, agno, agino); in xfs_bulkstat_already_done()
266 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_bulkstat()
282 error = xfs_iwalk(breq->mp, tp, breq->startino, breq->flags, in xfs_bulkstat()
381 ic->breq->startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino) + in xfs_inumbers_walk()
401 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_inumbers()
[all …]
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,
A Dxfs_ioctl32.c295 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat()
297 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat()
299 breq.startino = lastino; in xfs_compat_ioc_fsbulkstat()
302 lastino = breq.startino; in xfs_compat_ioc_fsbulkstat()
304 breq.startino = lastino ? lastino + 1 : 0; in xfs_compat_ioc_fsbulkstat()
306 lastino = breq.startino - 1; in xfs_compat_ioc_fsbulkstat()
A Dxfs_ioctl.c790 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat()
792 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat()
794 breq.startino = lastino; in xfs_ioc_fsbulkstat()
798 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat()
800 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat()
846 breq->startino = hdr->ino; in xfs_bulk_ireq_setup()
880 if (breq->startino == 0) in xfs_bulk_ireq_setup()
881 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup()
882 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno) in xfs_bulk_ireq_setup()
888 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno) in xfs_bulk_ireq_setup()
[all …]
A Dxfs_itable.h13 xfs_ino_t startino; /* start with this inode */ member
A Dxfs_trace.h3736 xfs_agino_t startino),
3737 TP_ARGS(mp, agno, startino),
3741 __field(xfs_agino_t, startino)
3746 __entry->startino = startino;
3750 __entry->startino)
3760 __field(xfs_agino_t, startino)
3766 __entry->startino = irec->ir_startino;
3771 __entry->startino, __entry->freemask)
/linux/fs/xfs/scrub/
A Dtrace.h559 xfs_agino_t startino, xfs_daddr_t map_daddr,
563 TP_ARGS(mp, agno, startino, map_daddr, map_len, chunk_ino, nr_inodes,
568 __field(xfs_agino_t, startino)
580 __entry->startino = startino;
592 __entry->startino,
882 xfs_agino_t startino, uint16_t holemask, uint8_t count,
884 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask),
888 __field(xfs_agino_t, startino)
897 __entry->startino = startino;
906 __entry->startino,
/linux/fs/xfs/libxfs/
A Dxfs_ialloc.c414 xfs_agino_t *startino, in xfs_align_sparse_ino() argument
421 agbno = XFS_AGINO_TO_AGBNO(mp, *startino); in xfs_align_sparse_ino()
428 *startino -= offset; in xfs_align_sparse_ino()

Completed in 23 milliseconds