Searched refs:vfs_statfs (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/fs/ |
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()
|
/Linux-v6.1/fs/cachefiles/ |
D | cache.c | 82 ret = vfs_statfs(&path, &stats); in cachefiles_add_cache() 207 ret = vfs_statfs(&path, &stats); in cachefiles_has_space()
|
/Linux-v6.1/kernel/ |
D | acct.c | 128 if (vfs_statfs(&acct->file->f_path, &sbuf)) in check_free_space()
|
/Linux-v6.1/fs/overlayfs/ |
D | super.c | 320 err = vfs_statfs(&path, buf); in ovl_statfs() 916 int err = vfs_statfs(path, &statfs); in ovl_check_namelen()
|
/Linux-v6.1/fs/nfsd/ |
D | vfs.c | 2005 if (vfs_statfs(&path, stat)) in nfsd_statfs()
|
D | nfs4xdr.c | 2919 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr()
|
/Linux-v6.1/drivers/block/ |
D | loop.c | 790 if (!vfs_statfs(&file->f_path, &sbuf)) in loop_config_discard()
|
/Linux-v6.1/include/linux/ |
D | fs.h | 2617 extern int vfs_statfs(const struct path *, struct kstatfs *);
|
/Linux-v6.1/fs/ksmbd/ |
D | smb2pdu.c | 4913 rc = vfs_statfs(&path, &stfs); in smb2_get_info_filesystem()
|