Searched refs:kstatfs (Results 1 – 4 of 4) sorted by relevance
295 struct fuse_kstatfs *kstatfs) in convert_statfs() argument297 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()
300 static int squashfs_statfs(struct dentry *dentry, struct kstatfs *buf) in squashfs_statfs()
267 int (*statfs) (struct dentry *, struct kstatfs *);
577 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_statfs()