Searched refs:vfs_statfs (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/fs/
H A Dstatfs.c66 int vfs_statfs(struct path *path, struct kstatfs *buf) vfs_statfs() function
75 EXPORT_SYMBOL(vfs_statfs); variable
85 error = vfs_statfs(&path, st); user_statfs()
100 error = vfs_statfs(&f.file->f_path, st); fd_statfs()
/linux-4.1.27/fs/cachefiles/
H A Dbind.c146 ret = vfs_statfs(&path, &stats); cachefiles_daemon_add_cache()
H A Ddaemon.c696 ret = vfs_statfs(&path, &stats); cachefiles_has_space()
/linux-4.1.27/fs/overlayfs/
H A Dsuper.c505 err = vfs_statfs(&path, buf); ovl_statfs()
774 err = vfs_statfs(path, &statfs); ovl_lower_dir()
/linux-4.1.27/kernel/
H A Dacct.c106 if (vfs_statfs(&acct->file->f_path, &sbuf)) check_free_space()
/linux-4.1.27/fs/nfsd/
H A Dvfs.c2000 if (vfs_statfs(&path, stat)) nfsd_statfs()
H A Dnfs4xdr.c2287 err = vfs_statfs(&path, &statfs); nfsd4_encode_fattr()
/linux-4.1.27/fs/ntfs/
H A Dsuper.c2610 * Called from vfs_statfs which is used to handle the statfs, fstatfs, and
/linux-4.1.27/include/linux/
H A Dfs.h1996 extern int vfs_statfs(struct path *, struct kstatfs *);

Completed in 422 milliseconds