Home
last modified time | relevance | path

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

/openbmc/linux/fs/efs/
H A Dsuper.c22 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf);
121 .statfs = efs_statfs,
330 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf) { in efs_statfs() function