Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dstatfs.c66 int vfs_statfs(struct path *path, struct kstatfs *buf) in vfs_statfs() function
75 EXPORT_SYMBOL(vfs_statfs);
85 error = vfs_statfs(&path, st); in user_statfs()
100 error = vfs_statfs(&f.file->f_path, st); in fd_statfs()
/linux-4.4.14/fs/cachefiles/
Dbind.c146 ret = vfs_statfs(&path, &stats); in cachefiles_daemon_add_cache()
Ddaemon.c696 ret = vfs_statfs(&path, &stats); in cachefiles_has_space()
/linux-4.4.14/fs/overlayfs/
Dsuper.c609 err = vfs_statfs(&path, buf); in ovl_statfs()
867 err = vfs_statfs(path, &statfs); in ovl_lower_dir()
/linux-4.4.14/kernel/
Dacct.c106 if (vfs_statfs(&acct->file->f_path, &sbuf)) in check_free_space()
/linux-4.4.14/fs/nfsd/
Dvfs.c1924 if (vfs_statfs(&path, stat)) in nfsd_statfs()
Dnfs4xdr.c2320 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr()
/linux-4.4.14/include/linux/
Dfs.h2021 extern int vfs_statfs(struct path *, struct kstatfs *);