Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ufs/ffs/
H A Dffs_softdep.c1035 static void worklist_remove(struct worklist *, int, const char *, int);
1042 worklist_remove(item, 1, __func__, __LINE__)
1044 worklist_remove(item, 0, __func__, __LINE__)
1069 worklist_remove(item, locked, func, line) in worklist_remove() function