Searched refs:ih_free_space (Results 1 – 2 of 2) sorted by relevance
116 ih_item_len(ih), ih_location(ih), ih_free_space (ih)); in sprintf_item_head()
516 #define ih_free_space(ih) le16_to_cpu((ih)->u.ih_free_space_reserved) macro531 #define get_ih_free_space(ih) (ih_version (ih) == KEY_FORMAT_3_6 ? 0 : ih_free_space (ih))1578 #define I_POS_UNFM_SIZE(ih,pos,size) (((pos) == I_UNFM_NUM(ih) - 1 ) ? (size) - ih_free_space(ih) :…