Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/quota/
Dquotaio_v2.c152 int file_magics[] = INITQMAGICS; in v2_check_file() local
160 if (ext2fs_le32_to_cpu(dqh.dqh_magic) != file_magics[type]) { in v2_check_file()
161 if (ext2fs_be32_to_cpu(dqh.dqh_magic) == file_magics[type]) in v2_check_file()
194 int file_magics[] = INITQMAGICS; in v2_new_io() local
202 ddqheader.dqh_magic = ext2fs_cpu_to_le32(file_magics[h->qh_type]); in v2_new_io()