Lines Matching full:wordsize
53 int wordsize; /* 32-bit or 64-bit limits */ member
140 if (quotactl(qf->fsname, qcmd, 0, &qf->wordsize) == 0) in quota_open()
155 qf->wordsize = 32; in quota_open()
162 qf->wordsize = 32; in quota_open()
172 qf->wordsize = 64; in quota_open()
175 qf->wordsize = 32; in quota_open()
184 qf->wordsize = 64; in quota_open()
266 switch (qf->wordsize) { in quota_maxid()
345 switch (qf->wordsize) { in quota_read()
441 switch (qf->wordsize) { in quota_write_usage()
499 switch (qf->wordsize) { in quota_write_limits()
515 quota_convert(struct quotafile *qf, int wordsize) in quota_convert() argument
531 if ((wordsize != 32 && wordsize != 64) || in quota_convert()
532 wordsize == qf->wordsize) { in quota_convert()
543 qf->wordsize); in quota_convert()
553 newqf->wordsize = wordsize; in quota_convert()
554 if (wordsize == 64) { in quota_convert()
571 switch (newqf->wordsize) { in quota_convert()
596 qf->wordsize = newqf->wordsize; in quota_convert()