freebsd-dev/sys/ufs/mfs
Matthew Dillon 2ae122f64a The mount_mfs process that stays in a supervisor context handling MFS
I/O requests must be marked P_SYSTEM because if it isn't and the system
    decides to swap it or (god forbid) kill it, the system stands a good
    chance of locking up.
1999-01-01 04:14:11 +00:00
..
mfs_extern.h Forward declare some structs so that this file is more self-sufficient. 1998-02-03 21:52:02 +00:00
mfs_vfsops.c The mount_mfs process that stays in a supervisor context handling MFS 1999-01-01 04:14:11 +00:00
mfs_vnops.c Make MFS do the default on VOP_FREEBLKS(). 1998-09-07 06:52:01 +00:00
mfsnode.h Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h. 1997-11-01 20:40:14 +00:00