Home
last modified time | relevance | path

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

/linux-4.19.296/fs/configfs/
Dfile.c43 #define SIMPLE_ATTR_SIZE 4096 macro
89 if (WARN_ON_ONCE(count > (ssize_t)SIMPLE_ATTR_SIZE)) in fill_read_buffer()
247 if (count >= SIMPLE_ATTR_SIZE) in fill_write_buffer()
248 count = SIMPLE_ATTR_SIZE - 1; in fill_write_buffer()