Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/quota/
Dquotaio_v2.c160 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()
202 ddqheader.dqh_magic = ext2fs_cpu_to_le32(file_magics[h->qh_type]); in v2_new_io()
Dquotaio_v2.h19 u_int32_t dqh_magic; /* Magic number identifying file */ member
Dquotaio.c32 u_int32_t dqh_magic; member