Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:code

423 #define EXT2_CHECK_MAGIC(struct, code) \
424 if ((struct)->magic != (code)) return (code)