Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
Dxattr.c108 if (!gfs2_eatype_valid(sdp, ea->ea_type)) { in ea_foreach_i()
185 if (ea->ea_type == GFS2_EATYPE_UNUSED) in ea_find_i()
188 if (ea->ea_type == ef->type) { in ea_find_i()
314 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_dealloc_unstuffed()
365 if (ea->ea_type == GFS2_EATYPE_UNUSED) in ea_list_i()
368 BUG_ON(ea->ea_type > GFS2_EATYPE_SECURITY && in ea_list_i()
370 switch (ea->ea_type) { in ea_list_i()
657 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_alloc_blk()
686 ea->ea_type = er->er_type; in ea_write()
851 ea->ea_type = GFS2_EATYPE_UNUSED; in ea_set_remove_stuffed()
[all …]
Dinode.c480 ea->ea_type = GFS2_EATYPE_UNUSED; in gfs2_init_xattr()
/linux-6.12.1/include/uapi/linux/
Dgfs2_ondisk.h403 __u8 ea_type; /* GFS2_EATYPE_... */ member