Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/efs/
H A Defs_vfsops.c60 static int efs_statvfs(struct mount *, struct statvfs *);
156 efs_statvfs(mp, &mp->mnt_stat); in efs_mount_common()
316 efs_statvfs(struct mount *mp, struct statvfs *sbp) in efs_statvfs() function
565 .vfs_statvfs = efs_statvfs,