Searched refs:fsdev (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 423 chkquota(char *fsdev, char *fsfile, char *qffile) in chkquota() argument 436 if ((rawdisk = getfullrawname(fsdev)) == NULL) { in chkquota() 443 fsdev); in chkquota() 467 if (stat64(fsdev, &statb) < 0) { in chkquota() 468 perror(fsdev); in chkquota() 475 qffile, quotadev, fsdev, statb.st_rdev); in chkquota()
|
/titanic_44/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 232 repquota(char *fsdev, char *fsfile, char *qffile) in repquota() argument 240 (void) printf("%s (%s):\n", fsdev, fsfile); in repquota()
|
/titanic_44/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 662 dev_t fsdev; in setupfs() local 677 fsdev = statb.st_rdev; in setupfs() 680 if (stat64(qfilename, &statb) < 0 || statb.st_dev != fsdev) in setupfs()
|
/titanic_44/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 1014 read_sb(char *fsdev) in read_sb() argument 1022 if (stat64(fsdev, &statb) < 0) in read_sb() 1025 if ((dskfd = open64(fsdev, O_RDONLY)) < 0) in read_sb()
|
/titanic_44/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 625 dev_t fsdev; in getdiskquota() local 632 fsdev = statb.st_rdev; in getdiskquota() 635 if (stat64(qfilename, &statb) < 0 || statb.st_dev != fsdev) in getdiskquota()
|