Home
last modified time | relevance | path

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

/linux-3.4.99/fs/configfs/
Dfile.c42 #define SIMPLE_ATTR_SIZE 4096 macro
79 BUG_ON(count > (ssize_t)SIMPLE_ATTR_SIZE); in fill_read_buffer()
147 if (count >= SIMPLE_ATTR_SIZE) in fill_write_buffer()
148 count = SIMPLE_ATTR_SIZE - 1; in fill_write_buffer()