Home
last modified time | relevance | path

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

/openbsd/usr.bin/rdistd/
H A Dserver.h86 int is_ro_mounted(char *, struct stat *, int *);
H A Dfilesys.c352 is_ro_mounted(char *path, struct stat *statbuf, int *isvalid) in is_ro_mounted() function
H A Dserver.c583 s = is_ro_mounted(target, &stb, &stbvalid); in query()