Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dxattr.c93 if (!GFS2_EATYPE_VALID(ea->ea_type)) in ea_foreach_i()
171 if (ea->ea_type == GFS2_EATYPE_UNUSED) in ea_find_i()
174 if (ea->ea_type == ef->type) { in ea_find_i()
301 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_dealloc_unstuffed()
357 switch (ea->ea_type) { in gfs2_ea_strlen()
377 if (ea->ea_type == GFS2_EATYPE_UNUSED) in ea_list_i()
388 switch (ea->ea_type) { in ea_list_i()
630 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_alloc_blk()
659 ea->ea_type = er->er_type; in ea_write()
837 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_set_remove_stuffed()
[all …]
/linux-2.6.39/include/linux/
Dgfs2_ondisk.h353 __u8 ea_type; /* GFS2_EATYPE_... */ member