GFS2_EA_IS_STUFFED  234 fs/gfs2/eattr.c 	if (GFS2_EA_IS_STUFFED(ea))
GFS2_EA_IS_STUFFED  497 fs/gfs2/eattr.c 	if (GFS2_EA_IS_STUFFED(el->el_ea)) {
GFS2_EA_IS_STUFFED  797 fs/gfs2/eattr.c 	if (!prev || !GFS2_EA_IS_STUFFED(ea)) {
GFS2_EA_IS_STUFFED  897 fs/gfs2/eattr.c 		if (!GFS2_EA_IS_STUFFED(ea)) {
GFS2_EA_IS_STUFFED 1061 fs/gfs2/eattr.c 			int unstuffed = !GFS2_EA_IS_STUFFED(el.el_ea);
GFS2_EA_IS_STUFFED 1157 fs/gfs2/eattr.c 	if (GFS2_EA_IS_STUFFED(el.el_ea))
GFS2_EA_IS_STUFFED 1269 fs/gfs2/eattr.c 	if (GFS2_EA_IS_STUFFED(el->el_ea)) {
GFS2_EA_IS_STUFFED   21 fs/gfs2/eattr.h       ((GFS2_EA_IS_STUFFED(ea)) ? GFS2_EA_DATA_LEN(ea) : \