Home
last modified time | relevance | path

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

/fs/
Dstatfs.c53 static int statfs_by_dentry(struct dentry *dentry, struct kstatfs *buf) in statfs_by_dentry() function
75 error = statfs_by_dentry(dentry, &st); in vfs_get_fsid()
88 error = statfs_by_dentry(path->dentry, buf); in vfs_statfs()
241 err = statfs_by_dentry(s->s_root, sbuf); in vfs_ustat()