Searched refs:vfs_statfs (Results 1 – 6 of 6) sorted by relevance
/fs/ecryptfs/ |
D | super.c | 138 return vfs_statfs(ecryptfs_dentry_to_lower(dentry), buf); in ecryptfs_statfs()
|
/fs/ |
D | open.c | 33 int vfs_statfs(struct dentry *dentry, struct kstatfs *buf) in vfs_statfs() function 52 EXPORT_SYMBOL(vfs_statfs); 59 retval = vfs_statfs(dentry, &st); in vfs_statfs_native() 103 retval = vfs_statfs(dentry, &st); in vfs_statfs64()
|
D | compat.c | 284 error = vfs_statfs(path.dentry, &tmp); in compat_sys_statfs() 302 error = vfs_statfs(file->f_path.dentry, &tmp); in compat_sys_fstatfs() 352 error = vfs_statfs(path.dentry, &tmp); in compat_sys_statfs64() 373 error = vfs_statfs(file->f_path.dentry, &tmp); in compat_sys_fstatfs64()
|
D | super.c | 575 err = vfs_statfs(s->s_root, &sbuf); in SYSCALL_DEFINE2()
|
/fs/nfsd/ |
D | vfs.c | 1967 if (!err && vfs_statfs(fhp->fh_dentry,stat)) in nfsd_statfs()
|
D | nfs4xdr.c | 1446 err = vfs_statfs(dentry, &statfs); in nfsd4_encode_fattr()
|