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

  /src/sys/fs/efs/
efs_vfsops.c 60 static int efs_statvfs(struct mount *, struct statvfs *);
156 efs_statvfs(mp, &mp->mnt_stat);
316 efs_statvfs(struct mount *mp, struct statvfs *sbp) function in typeref:typename:int
565 .vfs_statvfs = efs_statvfs,
efs_vfsops.c 60 static int efs_statvfs(struct mount *, struct statvfs *);
156 efs_statvfs(mp, &mp->mnt_stat);
316 efs_statvfs(struct mount *mp, struct statvfs *sbp) function in typeref:typename:int
565 .vfs_statvfs = efs_statvfs,

Completed in 25 milliseconds