Searched refs:GFS2_EAFLAG_LAST (Results 1 – 2 of 2) sorted by relevance
312 prev->ea_flags |= GFS2_EAFLAG_LAST; in ea_dealloc_unstuffed()658 ea->ea_flags = GFS2_EAFLAG_LAST; in ea_alloc_blk()830 int last = ea->ea_flags & GFS2_EAFLAG_LAST; in ea_split_ea()862 prev->ea_flags |= GFS2_EAFLAG_LAST; in ea_set_remove_stuffed()1108 prev->ea_flags |= GFS2_EAFLAG_LAST; in ea_remove_stuffed()
397 #define GFS2_EAFLAG_LAST 0x01 /* last ea in block */ macro