1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/fs/msdosfs
Jeff Roberson fcc9c112cf - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c
prevents any callers from doing a DELETE or RENAME without locking
   the parent.
2005-03-29 13:04:00 +00:00
..
bootsect.h
bpb.h
denode.h Use vfs_hash instead of home-rolling. 2005-03-14 12:24:35 +00:00
direntry.h
fat.h
msdosfs_conv.c Used unsigned version. 2005-03-12 06:06:04 +00:00
msdosfs_denode.c - Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert(). 2005-03-25 10:51:55 +00:00
msdosfs_fat.c
msdosfs_fileno.c
msdosfs_iconv.c
msdosfs_lookup.c - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c 2005-03-29 13:04:00 +00:00
msdosfs_vfsops.c - Update vfs_root implementations to match the new prototype. None of 2005-03-24 07:36:16 +00:00
msdosfs_vnops.c Remove debug printout of major/minor numbers, print name instead. 2005-02-27 21:16:26 +00:00
msdosfsmount.h Eliminate cdev pointer in inodes, they're not used or needed. 2005-03-15 20:57:25 +00:00