Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dquota.h150 u_int32_t dqh_magic; member
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_quota.c407 if ((OSSwapBigToHostInt32(header.dqh_magic) != quotamagic[type]) || in dqfileopen()