Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dsuper.c138 return vfs_statfs(ecryptfs_dentry_to_lower(dentry), buf); in ecryptfs_statfs()
/fs/
Dopen.c33 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()
Dcompat.c284 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()
Dsuper.c575 err = vfs_statfs(s->s_root, &sbuf); in SYSCALL_DEFINE2()
/fs/nfsd/
Dvfs.c1967 if (!err && vfs_statfs(fhp->fh_dentry,stat)) in nfsd_statfs()
Dnfs4xdr.c1446 err = vfs_statfs(dentry, &statfs); in nfsd4_encode_fattr()