vfs_statfs_path 110 uspace/app/df/df.c if (vfs_statfs_path(mtab_ent->mp, &st) == 0) { vfs_statfs_path 57 uspace/lib/c/generic/vfs/mtab.c if (vfs_statfs_path(path, &stfs) == EOK) vfs_statfs_path 113 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_statfs_path(const char *, vfs_statfs_t *); vfs_statfs_path 113 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_statfs_path(const char *, vfs_statfs_t *);HelenOS homepage, sources at GitHub