Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dfuse_lowlevel.c295 struct fuse_kstatfs *kstatfs) in convert_statfs() argument
297 kstatfs->bsize = stbuf->f_bsize; in convert_statfs()
298 kstatfs->frsize = stbuf->f_frsize; in convert_statfs()
299 kstatfs->blocks = stbuf->f_blocks; in convert_statfs()
300 kstatfs->bfree = stbuf->f_bfree; in convert_statfs()
301 kstatfs->bavail = stbuf->f_bavail; in convert_statfs()
302 kstatfs->files = stbuf->f_files; in convert_statfs()
303 kstatfs->ffree = stbuf->f_ffree; in convert_statfs()
304 kstatfs->namelen = stbuf->f_namemax; in convert_statfs()
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c300 static int squashfs_statfs(struct dentry *dentry, struct kstatfs *buf) in squashfs_statfs()
/external/u-boot/fs/ubifs/
Dubifs.h267 int (*statfs) (struct dentry *, struct kstatfs *);
Dsuper.c577 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_statfs()