Searched refs:RECORD_FLAG_IN_USE (Results 1 – 2 of 2) sorted by relevance
261 RECORD_FLAG_IN_USE = cpu_to_le16(0x0001), enumerator316 return rec->flags & RECORD_FLAG_IN_USE; in is_rec_inuse()321 return rec->flags &= ~RECORD_FLAG_IN_USE; in clear_rec_inuse()
431 rec->flags = RECORD_FLAG_IN_USE | flags; in mi_format_new()