Searched refs:iget_timeout (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Discan.h43 unsigned int iget_timeout; member in struct:xchk_iscan
89 void xchk_iscan_start(struct xfs_scrub *sc, unsigned int iget_timeout,
H A Discan.c281 if (!iscan->iget_timeout ||
386 if (!iscan->iget_timeout ||
576 if (iscan->iget_timeout)
578 msecs_to_jiffies(iscan->iget_timeout);
688 * Set ourselves up to start an inode scan. If the @iget_timeout and
690 * for @iget_timeout milliseconds. If an iget call indicates that the inode is
697 unsigned int iget_timeout,
710 iscan->iget_timeout = iget_timeout;
695 xchk_iscan_start( struct xfs_scrub *sc, unsigned int iget_timeout, unsigned int iget_retry_delay, struct xchk_iscan *iscan) argument
H A Dtrace.h1399 __field(unsigned int, iget_timeout)
1407 __entry->iget_timeout = iscan->iget_timeout;
1414 __entry->iget_timeout,

Completed in 198 milliseconds