Searched defs:auto_statvfs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c144 static int auto_statvfs(vfs_t *, struct statvfs64 *);
253 VFSNAME_STATVFS, { .vfs_statvfs = auto_statvfs },
806 auto_statvfs(vfs_t *vfsp, struct statvfs64 *sbp) function
810 AUTOFS_DPRINT((4, "auto_statvfs %p\n", (void *)vfsp));

Completed in 45 milliseconds