Lines Matching defs:ext2fs
1 /* $NetBSD: ext2fs.h,v 1.53 2025/05/04 20:26:56 rillig Exp $ */
32 * Modified for ext2fs by Manuel Bouyer.
59 * Modified for ext2fs by Manuel Bouyer.
138 * Super block for an ext2fs file system.
140 struct ext2fs {
239 /* in-memory data for ext2fs */
241 struct ext2fs e2fs;
264 #define E2FS_MAGIC 0xef53 /* the ext2fs magic number */
477 /* EXT2FS metadatas are stored in little-endian byte order. These macros
491 void e2fs_sb_bswap(struct ext2fs *, struct ext2fs *);