Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dxattr.c104 if (!gfs2_eatype_valid(sdp, ea->ea_type)) in ea_foreach_i()
181 if (ea->ea_type == GFS2_EATYPE_UNUSED) in ea_find_i()
184 if (ea->ea_type == ef->type) { in ea_find_i()
310 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_dealloc_unstuffed()
361 if (ea->ea_type == GFS2_EATYPE_UNUSED) in ea_list_i()
366 switch (ea->ea_type) { in ea_list_i()
653 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_alloc_blk()
682 ea->ea_type = er->er_type; in ea_write()
847 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_set_remove_stuffed()
932 if (ea->ea_type == GFS2_EATYPE_UNUSED) { in ea_set_simple()
[all …]
H A Dinode.c479 ea->ea_type = GFS2_EATYPE_UNUSED; in gfs2_init_xattr()
/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h403 __u8 ea_type; /* GFS2_EATYPE_... */ member