Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/afs/
Dsuper.c37 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf);
56 .statfs = afs_statfs,
749 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) in afs_statfs() function