Lines Matching defs:buf
39 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf);
293 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf)
297 error = venus_statfs(dentry, buf);
301 buf->f_blocks = 9000000;
302 buf->f_bfree = 9000000;
303 buf->f_bavail = 9000000;
304 buf->f_files = 9000000;
305 buf->f_ffree = 9000000;
309 buf->f_type = CODA_SUPER_MAGIC;
310 buf->f_bsize = 4096;
311 buf->f_namelen = CODA_MAXNAMLEN;