File: afsquota.h

package info (click to toggle)
libquota-perl 1.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 384 kB
  • sloc: perl: 1,038; ansic: 1,021; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
/*
 *  prototype declarations for AFS quota interface
 */

int afs_check(void);
int afs_getquota(char *path, int *maxQuota, int *blocksUsed);
int afs_setqlim(char *path, int maxQuota);