Searched refs:startino (Results 1 – 5 of 5) 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_ioctl.c | 132 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 134 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 136 breq.startino = lastino; in xfs_ioc_fsbulkstat() 140 breq.startino = lastino ? lastino + 1 : 0; in xfs_ioc_fsbulkstat() 142 lastino = breq.startino - 1; in xfs_ioc_fsbulkstat() 188 breq->startino = hdr->ino; in xfs_bulk_ireq_setup() 205 breq->startino = mp->m_sb.sb_rootino; in xfs_bulk_ireq_setup() 222 if (breq->startino == 0) in xfs_bulk_ireq_setup() 223 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup() 224 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 | 4675 __field(xfs_agino_t, startino) 4681 __entry->startino = irec->ir_startino; 4686 __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_agblock, 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 …]
|