Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c98 struct quotctl32 quot32; in quotactl() local
99 if (copyin((caddr_t)arg, &quot32, sizeof (struct quotctl32))) in quotactl()
101 quot.op = quot32.op; in quotactl()
102 quot.uid = quot32.uid; in quotactl()
103 quot.addr = (caddr_t)(uintptr_t)quot32.addr; in quotactl()