Home
last modified time | relevance | path

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

/fs/fuse/
Dinode.c299 static void convert_fuse_statfs(struct kstatfs *stbuf, struct fuse_kstatfs *attr) in convert_fuse_statfs() argument
301 stbuf->f_type = FUSE_SUPER_MAGIC; in convert_fuse_statfs()
302 stbuf->f_bsize = attr->bsize; in convert_fuse_statfs()
303 stbuf->f_frsize = attr->frsize; in convert_fuse_statfs()
304 stbuf->f_blocks = attr->blocks; in convert_fuse_statfs()
305 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()
306 stbuf->f_bavail = attr->bavail; in convert_fuse_statfs()
307 stbuf->f_files = attr->files; in convert_fuse_statfs()
308 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
309 stbuf->f_namelen = attr->namelen; in convert_fuse_statfs()