Searched refs:e2fs_sb_bswap (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h348 void e2fs_sb_bswap(struct ext2fs *, struct ext2fs *);
350 #define e2fs_sbload(old, new) e2fs_sb_bswap((old), (new))
352 #define e2fs_sbsave(old, new) e2fs_sb_bswap((old), (new))
H A Dext2fs_bswap.c51 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new) function

Completed in 166 milliseconds