Home
last modified time | relevance | path

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

/openbsd/libexec/rpc.rquotad/
H A Drquotad.c41 struct fs_stat { struct
42 struct fs_stat *fs_next; /* next element */ argument
47 struct fs_stat *fs_begin = NULL; argument
180 struct fs_stat *fs_current = NULL; in initfs()
181 struct fs_stat *fs_next = NULL; in initfs()
193 fs_current = malloc(sizeof(struct fs_stat)); in initfs()
229 struct fs_stat *fs; in getfsquota()