Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c116 static vfs_statfs_t fuse_vfsop_statfs; variable
124 .vfs_statfs = fuse_vfsop_statfs,
635 fuse_vfsop_statfs(struct mount *mp, struct statfs *sbp) in fuse_vfsop_statfs() function