Searched defs:fsquot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c57 struct fsquot { struct
59 struct fsquot *fsq_next;
65 struct fsquot *fsqlist = NULL;
73 struct fsquot *findfsq();
317 struct fsquot *fsqp;
475 struct fsquot *
479 struct fsquot *fsqp;
519 struct fsquot *fsqp;
525 fsqp = malloc(sizeof (struct fsquot));
546 struct fsquot *fsq
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c75 struct fsquot { struct
76 struct fsquot *fsq_next;
83 static struct fsquot *fsqlist;
325 struct fsquot *fsqp;
364 struct fsquot *fsqp;
499 struct fsquot *fsqp;
535 struct fsquot *fsqp;
660 struct fsquot *fsqp;
682 fsqp = malloc(sizeof (struct fsquot));
704 struct fsquot *fsq
[all...]

Completed in 79 milliseconds