HomeSort by: relevance | last modified time | path
    Searched defs:autofs_statvfs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/autofs/
autofs_vfsops.c 48 static int autofs_statvfs(struct mount *, struct statvfs *);
166 autofs_statvfs(mp, sbp);
282 autofs_statvfs(struct mount *mp, struct statvfs *sbp) function in typeref:typename:int
348 .vfs_statvfs = autofs_statvfs,

Completed in 11 milliseconds