Lines Matching defs:buf
39 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf);
291 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf)
295 error = venus_statfs(dentry, buf);
299 buf->f_blocks = 9000000;
300 buf->f_bfree = 9000000;
301 buf->f_bavail = 9000000;
302 buf->f_files = 9000000;
303 buf->f_ffree = 9000000;
307 buf->f_type = CODA_SUPER_MAGIC;
308 buf->f_bsize = 4096;
309 buf->f_namelen = CODA_MAXNAMLEN;