Home
last modified time | relevance | path

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

/fs/9p/
Dvfs_dir.c79 static void p9stat_init(struct p9_wstat *stbuf) in p9stat_init() argument
81 stbuf->name = NULL; in p9stat_init()
82 stbuf->uid = NULL; in p9stat_init()
83 stbuf->gid = NULL; in p9stat_init()
84 stbuf->muid = NULL; in p9stat_init()
85 stbuf->extension = NULL; in p9stat_init()
/fs/fuse/
Dinode.c393 static void convert_fuse_statfs(struct kstatfs *stbuf, struct fuse_kstatfs *attr) in convert_fuse_statfs() argument
395 stbuf->f_type = FUSE_SUPER_MAGIC; in convert_fuse_statfs()
396 stbuf->f_bsize = attr->bsize; in convert_fuse_statfs()
397 stbuf->f_frsize = attr->frsize; in convert_fuse_statfs()
398 stbuf->f_blocks = attr->blocks; in convert_fuse_statfs()
399 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs()
400 stbuf->f_bavail = attr->bavail; in convert_fuse_statfs()
401 stbuf->f_files = attr->files; in convert_fuse_statfs()
402 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
403 stbuf->f_namelen = attr->namelen; in convert_fuse_statfs()