Searched refs:e2fs_i_bswap (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/ufs/ext2fs/ |
H A D | ext2fs_dinode.h | 163 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 D | ext2fs_bswap.c | 113 e2fs_i_bswap(struct m_ext2fs *fs, struct ext2fs_dinode *old, in e2fs_i_bswap() function
|