Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c31 #define MIN_FRAGMENT_SIZE (50 * 1024) macro
376 caps->min_fragment_size = MIN_FRAGMENT_SIZE; /* 50KB */ in sst_cdev_caps()
/openbmc/linux/fs/f2fs/
H A Dsysfs.c666 if (t >= MIN_FRAGMENT_SIZE && t <= MAX_FRAGMENT_SIZE) in __sbi_store()
674 if (t >= MIN_FRAGMENT_SIZE && t <= MAX_FRAGMENT_SIZE) in __sbi_store()
H A Df2fs.h3755 #define MIN_FRAGMENT_SIZE 1 macro