Searched refs:GFS2_EAFLAG_LAST (Results 1 – 4 of 4) sorted by relevance
25 #define GFS2_EA_IS_LAST(ea) ((ea)->ea_flags & GFS2_EAFLAG_LAST)
304 prev->ea_flags |= GFS2_EAFLAG_LAST; in ea_dealloc_unstuffed()643 ea->ea_flags = GFS2_EAFLAG_LAST; in ea_alloc_blk()818 int last = ea->ea_flags & GFS2_EAFLAG_LAST; in ea_split_ea()850 prev->ea_flags |= GFS2_EAFLAG_LAST; in ea_set_remove_stuffed()1096 prev->ea_flags |= GFS2_EAFLAG_LAST; in ea_remove_stuffed()
447 ea->ea_flags = GFS2_EAFLAG_LAST; in gfs2_init_xattr()
390 #define GFS2_EAFLAG_LAST 0x01 /* last ea in block */ macro