Lines Matching defs:buf
8 #include <linux/dma-buf.h>
15 #include "dma-buf-sysfs-stats.h"
36 * The interface at ``/sys/kernel/dma-buf/buffers`` exposes information about
56 struct dma_buf_stats_attribute *attr, char *buf);
62 char *buf)
75 return attribute->show(dmabuf, attribute, buf);
84 char *buf)
86 return sysfs_emit(buf, "%s\n", dmabuf->exp_name);
91 char *buf)
93 return sysfs_emit(buf, "%zu\n", dmabuf->size);