Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Dsuper.c38 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf);
54 .statfs = afs_statfs,
680 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) in afs_statfs() function