EXT2_APPEND
ip->i_flags |= (ei_flags_host & EXT2_APPEND) ? SF_APPEND : 0;
ei->e2di_flags |= htole32((ip->i_flags & SF_APPEND) ? EXT2_APPEND : 0);