freebsd-src/sys/fs/cd9660
John Baldwin 77ddca67d5 When looking up the vnode for the device to mount the filesystem on,
ask NDINIT to return a locked vnode instead of letting it drop the
lock and return a referenced vnode and then relock the vnode a few
lines down.  This matches the behavior of other filesystem mount routines.
2008-11-18 23:18:37 +00:00
..
cd9660_bmap.c Forced commit and #include changes for repo copy from 2007-02-11 13:54:25 +00:00
cd9660_iconv.c
cd9660_lookup.c VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in 2008-01-13 14:44:15 +00:00
cd9660_mount.h /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 22:18:23 +00:00
cd9660_node.c Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memory 2008-11-18 23:13:40 +00:00
cd9660_node.h Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memory 2008-11-18 23:13:40 +00:00
cd9660_rrip.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
cd9660_rrip.h Remove "register" keyword and trailing white space. 2004-07-03 16:56:45 +00:00
cd9660_util.c Forced commit and #include changes for repo copy from 2007-02-11 13:54:25 +00:00
cd9660_vfsops.c When looking up the vnode for the device to mount the filesystem on, 2008-11-18 23:18:37 +00:00
cd9660_vnops.c Remove copy/paste code from UFS to handle sparse blocks. While Rock 2008-11-18 23:15:17 +00:00
iso.h Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. 2007-02-15 22:08:35 +00:00
iso_rrip.h
TODO
TODO.hibler