Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fuse/
Dinode.c414 static void convert_fuse_statfs(struct kstatfs *stbuf, struct fuse_kstatfs *attr) in convert_fuse_statfs() argument
416 stbuf->f_type = FUSE_SUPER_MAGIC; in convert_fuse_statfs()
417 stbuf->f_bsize = attr->bsize; in convert_fuse_statfs()
418 stbuf->f_frsize = attr->frsize; in convert_fuse_statfs()
419 stbuf->f_blocks = attr->blocks; in convert_fuse_statfs()
420 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()
421 stbuf->f_bavail = attr->bavail; in convert_fuse_statfs()
422 stbuf->f_files = attr->files; in convert_fuse_statfs()
423 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
424 stbuf->f_namelen = attr->namelen; in convert_fuse_statfs()