Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ufs/ffs/
H A Dffs_softdep.c977 static void worklist_remove(struct worklist *, int, const char *, int);
984 worklist_remove(item, 1, __func__, __LINE__)
986 worklist_remove(item, 0, __func__, __LINE__)
1010 worklist_remove(struct worklist *item, in worklist_remove() function