Searched refs:qup (Results 1 – 2 of 2) sorted by relevance
137 for (qup = protoprivs; qup; qup = qup->next) { in main()305 strlcpy(qup->fsname, fs->fs_file, sizeof qup->fsname); in getprivs()327 for (qup = quplist; qup; qup = qup->next) { in putprivs()408 for (qup = quplist; qup; qup = qup->next) { in writeprivs()481 for (qup = quplist; qup; qup = qup->next) { in readprivs()518 for (qup = quplist; qup; qup = qup->next) { in readprivs()549 for (qup = quplist; qup; qup = qup->next) { in writetimes()551 qup->fsname, cvtstoa(qup->dqblk.dqb_btime)); in writetimes()605 for (qup = quplist; qup; qup = qup->next) { in readtimes()619 for (qup = quplist; qup; qup = qup->next) { in readtimes()[all …]
300 for (qup = quplist; qup; qup = qup->next) { in showquotas()309 qup->dqblk.dqb_curinodes >= qup->dqblk.dqb_ihardlimit) in showquotas()312 qup->dqblk.dqb_curinodes >= qup->dqblk.dqb_isoftlimit) { in showquotas()320 qup->dqblk.dqb_curblocks >= qup->dqblk.dqb_bhardlimit) in showquotas()323 qup->dqblk.dqb_curblocks >= qup->dqblk.dqb_bsoftlimit) { in showquotas()446 if ((qup = malloc(sizeof *qup)) == NULL) in getprivs()470 qup->fsname[sizeof qup->fsname-1] = '\0'; in getprivs()472 quphead = qup; in getprivs()475 quptail = qup; in getprivs()477 qup = NULL; in getprivs()[all …]