Home
last modified time | relevance | path

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

/freebsd/sbin/mdmfs/
H A Dmdmfs.c104 bool detach, softdep, autounit, newfs; in main() local
114 softdep = true; in main()
230 softdep = false; in main()
242 softdep = true; in main()
346 if (softdep) in main()
360 if (!softdep) { in main()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c15 * Marshall Kirk McKusick http://www.mckusick.com/softdep/
77 #include <ufs/ffs/softdep.h>
577 static SYSCTL_NODE(_debug, OID_AUTO, softdep, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
641 static MALLOC_DEFINE(M_MOUNTDATA, "softdep", "Softdep per-mount data");
926 * Exported softdep operations.
937 MTX_SYSINIT(softdep_lock, &lk, "global softdep", MTX_DEF);
1240 static int stat_flush_threads; /* number of softdep flushing threads */
1954 "softdep", TYPENAME(wk->wk_type)); in process_worklist_item()
1995 ("softdep_move_dependencies called on non-softdep filesystem")); in softdep_move_dependencies()
2060 ("softdep_waitidle called on non-softdep filesyste in softdep_waitidle()
[all...]