freebsd-nq/sys/fs/ext2fs
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
..
ext2_alloc.c Migrate ufs and ext2fs from skpc() to memcchr(). 2012-01-01 20:47:33 +00:00
ext2_balloc.c Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
ext2_bmap.c Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
ext2_dinode.h
ext2_dir.h
ext2_extern.h
ext2_inode_cnv.c
ext2_inode.c Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
ext2_lookup.c Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
ext2_mount.h
ext2_subr.c
ext2_vfsops.c Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
ext2_vnops.c Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
ext2fs.h Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
fs.h Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
inode.h