Searched refs:GFS2_EAFLAG_LAST (Results 1 – 3 of 3) sorted by relevance
25 #define GFS2_EA_IS_LAST(ea) ((ea)->ea_flags & GFS2_EAFLAG_LAST)
299 prev->ea_flags |= GFS2_EAFLAG_LAST; in ea_dealloc_unstuffed()631 ea->ea_flags = GFS2_EAFLAG_LAST; in ea_alloc_blk()816 int last = ea->ea_flags & GFS2_EAFLAG_LAST; in ea_split_ea()848 prev->ea_flags |= GFS2_EAFLAG_LAST; in ea_set_remove_stuffed()1101 prev->ea_flags |= GFS2_EAFLAG_LAST; in ea_remove_stuffed()
347 #define GFS2_EAFLAG_LAST 0x01 /* last ea in block */ macro