Lines Matching +full:64 +full:fs
53 int wordsize; /* 32-bit or 64-bit limits */
66 hasquota(struct fstab *fs, int type, char *qfnamep, int qfbufsize) in hasquota() argument
85 strcpy(buf, fs->fs_mntops); in hasquota()
99 if (statfs(fs->fs_file, &sfb) != 0 || in hasquota()
100 strcmp(fs->fs_file, sfb.f_mntonname)) { in hasquota()
106 (void)snprintf(qfnamep, qfbufsize, "%s/%s.%s", fs->fs_file, in hasquota()
113 quota_open(struct fstab *fs, int quotatype, int openflags) in quota_open() argument
126 strlcpy(qf->fsname, fs->fs_file, sizeof(qf->fsname)); in quota_open()
131 ufs = strcmp(fs->fs_vfstype, "ufs") == 0; in quota_open()
137 serrno = hasquota(fs, quotatype, qf->qfname, in quota_open()
172 qf->wordsize = 64; in quota_open()
184 qf->wordsize = 64; in quota_open()
270 case 64: in quota_maxid()
348 case 64: in quota_read()
444 case 64: in quota_write_usage()
502 case 64: in quota_write_limits()
531 if ((wordsize != 32 && wordsize != 64) || in quota_convert()
554 if (wordsize == 64) { in quota_convert()
576 case 64: in quota_convert()