This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-03-01 04:40:53 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2f15864c85
opnsense-src
/
sys
/
fs
/
nullfs
History
Jeff Roberson
8e82c4cd5f
- Clear VI_OWEINACT before calling vget() with no lock type. We know
...
the node is actually already locked, and VOP_INACTIVE is not desirable in this case.
2005-04-11 11:17:20 +00:00
..
null.h
- Assume that all lower filesystems now support proper locking. Assert
2005-03-15 13:49:33 +00:00
null_subr.c
- Clear VI_OWEINACT before calling vget() with no lock type. We know
2005-04-11 11:17:20 +00:00
null_vfsops.c
- Honor the flags argument passed to null_root(). The filesystem below
2005-04-11 11:16:29 +00:00
null_vnops.c
- Lock the clearing of v_data so it is safe to inspect it with the
2005-03-17 12:00:05 +00:00