Searched refs:UBIFS_COMPR_TYPES_CNT (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dcompress.c75 struct ubifs_compressor *ubifs_compressors[UBIFS_COMPR_TYPES_CNT];
154 if (unlikely(compr_type < 0 || compr_type >= UBIFS_COMPR_TYPES_CNT)) {
H A Dmisc.h91 ubifs_assert(compr_type >= 0 && compr_type < UBIFS_COMPR_TYPES_CNT);
103 ubifs_assert(compr_type >= 0 && compr_type < UBIFS_COMPR_TYPES_CNT);
H A Dubifs-media.h335 * UBIFS_COMPR_TYPES_CNT: count of supported compression types
341 UBIFS_COMPR_TYPES_CNT, enumerator in enum:__anon32520
H A Dsb.c448 if (c->default_compr < 0 || c->default_compr >= UBIFS_COMPR_TYPES_CNT) {
H A Dsuper.c77 if (ui->compr_type < 0 || ui->compr_type >= UBIFS_COMPR_TYPES_CNT) {
2165 BUILD_BUG_ON(UBIFS_COMPR_TYPES_CNT > 4);
H A Dubifs.h1426 extern struct ubifs_compressor *ubifs_compressors[UBIFS_COMPR_TYPES_CNT];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dcompress.c75 struct ubifs_compressor *ubifs_compressors[UBIFS_COMPR_TYPES_CNT];
154 if (unlikely(compr_type < 0 || compr_type >= UBIFS_COMPR_TYPES_CNT)) {
H A Dmisc.h91 ubifs_assert(compr_type >= 0 && compr_type < UBIFS_COMPR_TYPES_CNT);
103 ubifs_assert(compr_type >= 0 && compr_type < UBIFS_COMPR_TYPES_CNT);
H A Dubifs-media.h335 * UBIFS_COMPR_TYPES_CNT: count of supported compression types
341 UBIFS_COMPR_TYPES_CNT, enumerator in enum:__anon20827
H A Dsb.c448 if (c->default_compr < 0 || c->default_compr >= UBIFS_COMPR_TYPES_CNT) {
H A Dsuper.c77 if (ui->compr_type < 0 || ui->compr_type >= UBIFS_COMPR_TYPES_CNT) {
2165 BUILD_BUG_ON(UBIFS_COMPR_TYPES_CNT > 4);
H A Dubifs.h1426 extern struct ubifs_compressor *ubifs_compressors[UBIFS_COMPR_TYPES_CNT];

Completed in 104 milliseconds