Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dfile.c49 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member
98 size = strlen(attr->get_buf); in spufs_attr_read()
105 size = scnprintf(attr->get_buf, sizeof(attr->get_buf), in spufs_attr_read()
109 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); in spufs_attr_read()