Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/fs/f2fs/
H A Dsysfs.c728 if (t >= MIN_FRAGMENT_SIZE && t <= MAX_FRAGMENT_SIZE) in __sbi_store()
736 if (t >= MIN_FRAGMENT_SIZE && t <= MAX_FRAGMENT_SIZE) in __sbi_store()
H A Df2fs.h3862 #define MIN_FRAGMENT_SIZE 1 macro