Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dstatfs.c86 int vfs_statfs(const struct path *path, struct kstatfs *buf) in vfs_statfs() function
95 EXPORT_SYMBOL(vfs_statfs);
105 error = vfs_statfs(&path, st); in user_statfs()
120 error = vfs_statfs(&f.file->f_path, st); in fd_statfs()
/openbmc/linux/fs/cachefiles/
H A Dcache.c82 ret = vfs_statfs(&path, &stats); in cachefiles_add_cache()
209 ret = vfs_statfs(&path, &stats); in cachefiles_has_space()
/openbmc/linux/kernel/
H A Dacct.c128 if (vfs_statfs(&acct->file->f_path, &sbuf)) in check_free_space()
/openbmc/linux/fs/overlayfs/
H A Dsuper.c256 err = vfs_statfs(&path, buf); in ovl_statfs()
375 int err = vfs_statfs(path, &statfs); in ovl_check_namelen()
/openbmc/linux/drivers/block/
H A Dloop.c788 if (!vfs_statfs(&file->f_path, &sbuf)) in loop_config_discard()
/openbmc/linux/fs/nfsd/
H A Dvfs.c2144 if (vfs_statfs(&path, stat)) in nfsd_statfs()
H A Dnfs4xdr.c3005 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr()
/openbmc/linux/include/linux/
H A Dfs.h2441 extern int vfs_statfs(const struct path *, struct kstatfs *);
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c5301 rc = vfs_statfs(&path, &stfs); in smb2_get_info_filesystem()