This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
fs
/
unionfs
History
Alexander Kabaev
b792e03079
Do not bother walking mount point vnode list just to calculate
...
the number of vnodes. Use precomputed mp->mnt_nvnodelistsize value instead.
2003-11-01 04:36:50 +00:00
..
union_subr.c
Add a "int fd" argument to VOP_OPEN() which in the future will
2003-07-26 07:32:23 +00:00
union_vfsops.c
Do not bother walking mount point vnode list just to calculate
2003-11-01 04:36:50 +00:00
union_vnops.c
Add a "int fd" argument to VOP_OPEN() which in the future will
2003-07-26 07:32:23 +00:00
union.h
Factor out the process of freeing ``directory caches'', which unionfs
2003-06-14 23:27:29 +00:00