Home
last modified time | relevance | path

Searched refs:e2fs_i_bswap (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/ufs/ext2fs/
H A Dext2fs_dinode.h163 void e2fs_i_bswap(struct m_ext2fs *, struct ext2fs_dinode *, struct ext2fs_dinode *);
164 # define e2fs_iload(fs, old, new) e2fs_i_bswap((fs), (old), (new))
165 # define e2fs_isave(fs, old, new) e2fs_i_bswap((fs), (old), (new))
H A Dext2fs_bswap.c113 e2fs_i_bswap(struct m_ext2fs *fs, struct ext2fs_dinode *old, in e2fs_i_bswap() function