opnsense-src/sys/fs
Poul-Henning Kamp 9c83534dd8 Make VOP_BMAP return a struct bufobj for the underlying storage device
instead of a vnode for it.

The vnode_pager does not and should not have any interest in what
the filesystem uses for backend.

(vfs_cluster doesn't use the backing store argument.)
2004-11-15 09:18:27 +00:00
..
cd9660 Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
coda Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
deadfs Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
devfs Integrate most of vop_revoke() into devfs_revoke() where it belongs. 2004-11-13 23:37:29 +00:00
fdescfs Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. 2004-11-13 11:53:02 +00:00
fifofs fifos doesn't need a vop_lookup, the default will do fine. 2004-11-13 18:51:13 +00:00
hpfs Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
msdosfs Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
ntfs Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
nullfs Refuse attempts to mount root filesystem 2004-11-09 22:21:10 +00:00
nwfs Refuse attempts to mount root filesystem 2004-11-09 22:21:10 +00:00
portalfs Refuse attempts to mount root filesystem 2004-11-09 22:21:10 +00:00
procfs Rework how we store process times in the kernel such that we always store 2004-10-05 18:51:11 +00:00
pseudofs Back out pseudo_vnops.c:1.45, which was a workaround for pfind() 2004-09-02 16:04:09 +00:00
smbfs Refuse attempts to mount root filesystem 2004-11-09 22:21:10 +00:00
udf Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
umapfs Refuse attempts to mount root filesystem 2004-11-09 22:21:10 +00:00
unionfs VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does not 2004-11-13 22:56:26 +00:00