OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dqh_magic
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/quota/
quotaio_v2.h
19
u_int32_t
dqh_magic
; /* Magic number identifying file */
member in struct:v2_disk_dqheader
quotaio_v2.c
160
if (ext2fs_le32_to_cpu(dqh.
dqh_magic
) != file_magics[type]) {
161
if (ext2fs_be32_to_cpu(dqh.
dqh_magic
) == file_magics[type])
202
ddqheader.
dqh_magic
= ext2fs_cpu_to_le32(file_magics[h->qh_type]);
quotaio.c
32
u_int32_t
dqh_magic
;
member in struct:disk_dqheader
Completed in 168 milliseconds