Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds