Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dxattr.h18 ((GFS2_EA_IS_STUFFED(ea)) ? GFS2_EA_DATA_LEN(ea) : \
21 #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs) macro
H A Dxattr.c249 if (GFS2_EA_IS_STUFFED(ea)) in ea_dealloc_unstuffed()
526 if (GFS2_EA_IS_STUFFED(el->el_ea)) { in gfs2_ea_get_copy()
846 if (!prev || !GFS2_EA_IS_STUFFED(ea)) { in ea_set_remove_stuffed()
935 if (!GFS2_EA_IS_STUFFED(ea)) { in ea_set_simple()
1144 if (GFS2_EA_IS_STUFFED(el.el_ea)) in gfs2_xattr_remove()
1210 int unstuffed = !GFS2_EA_IS_STUFFED(el.el_ea); in __gfs2_xattr_set()