Home | History | Annotate | Download | only in quotacheck

Lines Matching refs:fsname

316 chkquota(const char *type, const char *fsname, const char *mntpt, void *v,
341 if ((fi = open(fsname, O_RDONLY, 0)) < 0) {
342 warn("Cannot open %s", fsname);
354 (void)printf(" quotas for %s (%s)\n", fsname, mntpt);
363 warnx("%s: superblock not found", fsname);
410 warn("%s: can't allocate %d bytes of cg space", fsname,
436 fsname, cg, sblock.fs_ncg,
480 update(const char *fsname, const char *quotafile, int type)
499 strncmp(fst[i].f_mntonname, fsname,
503 fsname);
546 PRIu32 " (%s)\n", fsname,
565 printf("%s: ", fsname);