ea_type           443 fs/gfs2/inode.c 	ea->ea_type = GFS2_EATYPE_UNUSED;
ea_type            92 fs/gfs2/xattr.c 		if (!GFS2_EATYPE_VALID(ea->ea_type))
ea_type           170 fs/gfs2/xattr.c 	if (ea->ea_type == GFS2_EATYPE_UNUSED)
ea_type           173 fs/gfs2/xattr.c 	if (ea->ea_type == ef->type) {
ea_type           303 fs/gfs2/xattr.c 		ea->ea_type = GFS2_EATYPE_UNUSED;
ea_type           353 fs/gfs2/xattr.c 	if (ea->ea_type == GFS2_EATYPE_UNUSED)
ea_type           356 fs/gfs2/xattr.c 	switch (ea->ea_type) {
ea_type           639 fs/gfs2/xattr.c 	ea->ea_type = GFS2_EATYPE_UNUSED;
ea_type           668 fs/gfs2/xattr.c 	ea->ea_type = er->er_type;
ea_type           836 fs/gfs2/xattr.c 		ea->ea_type = GFS2_EATYPE_UNUSED;
ea_type           921 fs/gfs2/xattr.c 	if (ea->ea_type == GFS2_EATYPE_UNUSED) {
ea_type          1095 fs/gfs2/xattr.c 		ea->ea_type = GFS2_EATYPE_UNUSED;
ea_type           396 include/uapi/linux/gfs2_ondisk.h 	__u8 ea_type;		/* GFS2_EATYPE_... */