freebsd-dev/sys/ufs/ffs
Ed Schouten 8f8d30274a Migrate ufs and ext2fs from skpc() to memcchr().
While there, remove a useless check from the code. memcchr() always
returns characters unequal to 0xff in this case, so inosused[i] ^ 0xff
can never be equal to zero. Also, the fact that memcchr() returns a
pointer instead of the number of bytes until the end, makes conversion
to an offset far more easy.
2012-01-01 20:47:33 +00:00
..
ffs_alloc.c Migrate ufs and ext2fs from skpc() to memcchr(). 2012-01-01 20:47:33 +00:00
ffs_balloc.c Use 'curthread_pflags' instead of 'thread_pflags' to signify that only 2011-07-09 15:16:07 +00:00
ffs_extern.h Generalize ffs_pages_remove() into vn_pages_remove(). 2011-08-25 08:17:39 +00:00
ffs_inode.c Generalize ffs_pages_remove() into vn_pages_remove(). 2011-08-25 08:17:39 +00:00
ffs_rawread.c
ffs_snapshot.c This update eliminates a lock-order reversal warning discovered 2011-09-27 17:41:48 +00:00
ffs_softdep.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEP 2011-07-30 00:43:18 +00:00
ffs_vnops.c Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEP 2011-07-30 00:43:18 +00:00
fs.h Use implementation independent inoNN_t scalars for on-disk UFS structures 2011-11-09 07:48:48 +00:00
softdep.h