Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dxattr.h21 ((GFS2_EA_IS_STUFFED(ea)) ? GFS2_EA_DATA_LEN(ea) : \
24 #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs) macro
Dxattr.c246 if (GFS2_EA_IS_STUFFED(ea)) in ea_dealloc_unstuffed()
515 if (GFS2_EA_IS_STUFFED(el->el_ea)) { in gfs2_ea_get_copy()
838 if (!prev || !GFS2_EA_IS_STUFFED(ea)) { in ea_set_remove_stuffed()
927 if (!GFS2_EA_IS_STUFFED(ea)) { in ea_set_simple()
1136 if (GFS2_EA_IS_STUFFED(el.el_ea)) in gfs2_xattr_remove()
1202 int unstuffed = !GFS2_EA_IS_STUFFED(el.el_ea); in __gfs2_xattr_set()