Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext4/
Dsuper.c72 static int ext4_statfs(struct dentry *dentry, struct kstatfs *buf);
1224 .statfs = ext4_statfs,
1243 .statfs = ext4_statfs,
4429 static int ext4_statfs(struct dentry *dentry, struct kstatfs *buf) in ext4_statfs() function