Searched refs:vfs_statfs (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/ |
H A D | statfs.c | 86 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 D | cache.c | 83 ret = vfs_statfs(&path, &stats); in cachefiles_add_cache() 210 ret = vfs_statfs(&path, &stats); in cachefiles_has_space()
|
/openbmc/linux/kernel/ |
H A D | acct.c | 131 if (vfs_statfs(&acct->file->f_path, &sbuf)) in check_free_space()
|
/openbmc/linux/fs/overlayfs/ |
H A D | super.c | 256 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 D | loop.c | 785 if (!vfs_statfs(&file->f_path, &sbuf)) in loop_config_discard()
|
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 2147 if (vfs_statfs(&path, stat)) in nfsd_statfs()
|
H A D | nfs4xdr.c | 2997 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2447 extern int vfs_statfs(const struct path *, struct kstatfs *);
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 5374 rc = vfs_statfs(&path, &stfs); in smb2_get_info_filesystem()
|