Searched refs:QFNAME (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 112 #define QFNAME "quotas" macro 242 "%s/%s", mntp.mnt_mountp, QFNAME); in main() 364 "%s/%s", mntp.mnt_mountp, QFNAME); in preen() 730 (strlcat(qfile, "/" QFNAME, sizeof (qfile)) >= in quotactl() 749 (strlcat(qfile, "/" QFNAME, sizeof (qfile)) >= in quotactl()
|
/titanic_50/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 89 #define QFNAME "quotas" macro 215 mntp.mnt_mountp, QFNAME); in main() 463 (strlcat(qfile, "/" QFNAME, sizeof (qfile)) >= in quotactl()
|
/titanic_50/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 71 #define QFNAME "quotas" macro 310 (strlcat(qfile, "/" QFNAME, sizeof (qfile)) >= sizeof (qfile))) { in quotactl()
|
/titanic_50/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 86 #define QFNAME "quotas" macro 132 MNTTAB, QFNAME); in main() 679 mntp.mnt_mountp, QFNAME); in setupfs() 883 if (strlcat(qfile, "/" QFNAME, sizeof (qfile)) >= in quotactl()
|
/titanic_50/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 73 #define QFNAME "quotas" macro 634 mntp->mnt_mountp, QFNAME); in getdiskquota() 693 (strlcat(qfile, "/" QFNAME, sizeof (qfile)) >= in quotactl() 715 (strlcat(qfile, "/" QFNAME, sizeof (qfile)) >= sizeof in quotactl()
|
/titanic_50/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 56 #define QFNAME "quotas" /* name of quota file */ macro 571 m.mnt_mountp, QFNAME); in setupfs() 624 snprintf(qfilename, sizeof (qfilename), "%s/%s", fsqp->fsq_dir, QFNAME);
|