Home
last modified time | relevance | path

Searched refs:ea_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/gfs2/
Dxattr.c94 if (!GFS2_EATYPE_VALID(ea->ea_type)) in ea_foreach_i()
172 if (ea->ea_type == GFS2_EATYPE_UNUSED) in ea_find_i()
175 if (ea->ea_type == ef->type) { in ea_find_i()
306 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_dealloc_unstuffed()
353 switch (ea->ea_type) { in gfs2_ea_strlen()
373 if (ea->ea_type == GFS2_EATYPE_UNUSED) in ea_list_i()
384 switch (ea->ea_type) { in ea_list_i()
641 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_alloc_blk()
670 ea->ea_type = er->er_type; in ea_write()
844 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_set_remove_stuffed()
[all …]
Dinode.c450 ea->ea_type = GFS2_EATYPE_UNUSED; in gfs2_init_xattr()
/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h383 __u8 ea_type; /* GFS2_EATYPE_... */ member