Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/scrub/
Dtrace.h705 xfs_agino_t startino, uint16_t holemask, uint8_t count,
707 TP_ARGS(mp, agno, startino, holemask, count, freecount, freemask),
711 __field(xfs_agino_t, startino)
720 __entry->startino = startino;
729 __entry->startino,
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc.c435 xfs_agino_t *startino, in xfs_align_sparse_ino() argument
442 agbno = XFS_AGINO_TO_AGBNO(mp, *startino); in xfs_align_sparse_ino()
449 *startino -= offset; in xfs_align_sparse_ino()