Home
last modified time | relevance | path

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

/fs/jffs2/
Dcompr_rubin.c203 long i0, threshold; in decode() local
216 threshold = rs->q + i0; in decode()
217 symbol = rs->rec_q >= threshold; in decode()
218 if (rs->rec_q >= threshold) { in decode()
/fs/ocfs2/
Dmove_extents.c757 u32 threshold, int *skip) in ocfs2_calc_extent_defrag_len() argument
759 if ((*alloc_size + *len_defraged) < threshold) { in ocfs2_calc_extent_defrag_len()
778 *alloc_size = threshold - *len_defraged; in ocfs2_calc_extent_defrag_len()
/fs/ocfs2/cluster/
Dheartbeat.c170 static void o2hb_dead_threshold_set(unsigned int threshold) in o2hb_dead_threshold_set() argument
172 if (threshold > O2HB_MIN_DEAD_THRESHOLD) { in o2hb_dead_threshold_set()
175 o2hb_dead_threshold = threshold; in o2hb_dead_threshold_set()
/fs/ntfs/
Dlayout.h2151 sle64 threshold; /* Soft quota (-1 if not limited). */ member