Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c912 static int jwait(struct worklist *, int);
1256 static int stat_journal_wait; /* Times blocked in jwait(). */
1257 static int stat_jwait_filepage; /* Times blocked in jwait() for filepage. */
1258 static int stat_jwait_freeblks; /* Times blocked in jwait() for freeblks. */
1259 static int stat_jwait_inode; /* Times blocked in jwait() for inodes. */
1260 static int stat_jwait_newblk; /* Times blocked in jwait() for newblks. */
1838 jwait(&LIST_FIRST( in process_truncates()
3660 * 2) We're called from jwait() and haven't found the in softdep_process_journal()
4850 jwait(struct worklist *wk, int waitfor) in jwait() function
4893 wait_worklist(wk, "jwait"); in jwait()
[all...]