Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dquotaio_v2.h20 __le32 dqh_version; /* File version */ member
Dquotaio_v2.c165 if (V2_VERSION != le32_to_cpu(dqh.dqh_version)) in v2_check_file()
248 ddqheader.dqh_version = cpu_to_le32(V2_VERSION); in v2_new_io()
Dquotaio.c33 __le32 dqh_version; member
/third_party/f2fs-tools/include/
Dquota.h49 uint32_t dqh_version; /* File version */ member
/third_party/f2fs-tools/mkfs/
Df2fs_format.c1314 ddqheader.dqh_version = cpu_to_le32(1); in f2fs_write_default_quota()