Home
last modified time | relevance | path

Searched refs:fsqp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c325 struct fsquot *fsqp; in getprivs() local
335 for (fsqp = fsqlist; fsqp; fsqp = fsqp->fsq_next) in getprivs()
339 fsqp->fsq_fs, in getprivs()
340 dbtok(fsqp->fsq_dqb.dqb_bsoftlimit), in getprivs()
341 dbtok(fsqp->fsq_dqb.dqb_bhardlimit), in getprivs()
342 fsqp->fsq_dqb.dqb_fsoftlimit, in getprivs()
343 fsqp->fsq_dqb.dqb_fhardlimit); in getprivs()
364 struct fsquot *fsqp; in putprivs() local
378 for (fsqp = fsqlist; fsqp; fsqp = fsqp->fsq_next) { in putprivs()
379 if (strcmp(dp, fsqp->fsq_fs) == 0) in putprivs()
[all …]
/titanic_50/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c319 struct fsquot *fsqp; local
339 fsqp = findfsq(gqa.gqa_pathp);
340 if (fsqp == NULL) {
346 if (strcmp(fsqp->fsq_fstype, MNTTYPE_ZFS) == 0) {
347 if (getzfsquota(gqa.gqa_uid, fsqp->fsq_devname, &dqblk)) {
353 if (quotactl(Q_GETQUOTA, fsqp->fsq_dir,
366 if (quotactl(Q_ALLSYNC, fsqp->fsq_dir,
372 if (getdiskquota(fsqp, (uid_t)gqa.gqa_uid,
482 struct fsquot *fsqp; in findfsq() local
511 for (fsqp = fsqlist; fsqp != NULL; fsqp = fsqp->fsq_next) { in findfsq()
[all …]