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

/linux-master/fs/
H A Dstatfs.c55 static int statfs_by_dentry(struct dentry *dentry, struct kstatfs *buf) function
77 error = statfs_by_dentry(dentry, &st);
90 error = statfs_by_dentry(path->dentry, buf);
243 err = statfs_by_dentry(s->s_root, sbuf);

Completed in 99 milliseconds