Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/affs/
H A Dsuper.c28 static int affs_statfs(struct dentry *dentry, struct kstatfs *buf);
158 .statfs = affs_statfs,
607 affs_statfs(struct dentry *dentry, struct kstatfs *buf) in affs_statfs() function