Searched refs:startino (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_iwalk.c | 59 xfs_ino_t startino; member 405 ASSERT(pag_agno(pag) == XFS_INO_TO_AGNO(mp, iwag->startino)); in xfs_iwalk_ag() 406 agino = XFS_INO_TO_AGINO(mp, iwag->startino); in xfs_iwalk_ag() 543 start_agno = XFS_INO_TO_AGNO(iwag->mp, iwag->startino); in xfs_iwalk_args() 557 iwag->startino = in xfs_iwalk_args() 575 xfs_ino_t startino, in xfs_iwalk() argument 586 .startino = startino, in xfs_iwalk() 637 xfs_ino_t startino, in xfs_iwalk_threaded() argument 644 xfs_agnumber_t start_agno = XFS_INO_TO_AGNO(mp, startino); in xfs_iwalk_threaded() 673 iwag->startino = startino; in xfs_iwalk_threaded() [all …]
|
| H A D | xfs_itable.c | 207 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int() 244 breq->startino, &bc); in xfs_bulkstat_one() 290 xfs_ino_t startino) in xfs_bulkstat_already_done() argument 292 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_bulkstat_already_done() 293 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done() 296 startino != XFS_AGINO_TO_INO(mp, agno, agino); in xfs_bulkstat_already_done() 317 if (xfs_bulkstat_already_done(breq->mp, breq->startino)) in xfs_bulkstat() 330 error = xfs_iwalk(breq->mp, tp, breq->startino, breq->iwalk_flags, in xfs_bulkstat() 428 ic->breq->startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino) + in xfs_inumbers_walk() 448 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 | 129 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 131 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 133 breq.startino = lastino; in xfs_ioc_fsbulkstat() 137 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 139 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 185 breq->startino = hdr->ino; in xfs_bulk_ireq_setup() 202 breq->startino = mp->m_sb.sb_rootino; in xfs_bulk_ireq_setup() 219 if (breq->startino == 0) in xfs_bulk_ireq_setup() 220 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup() 221 else 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 | 4674 __field(xfs_agino_t, startino) 4680 __entry->startino = irec->ir_startino; 4685 __entry->startino, __entry->freemask)
|
| /linux/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, 1310 __field(xfs_ino_t, startino) 1317 __entry->startino = iscan->scan_start_ino; 1324 __entry->startino, 2138 __field(xfs_agino_t, startino) 2147 __entry->startino = rec->ir_startino; [all …]
|
| /linux/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()
|