Home
last modified time | relevance | path

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

/Linux-v5.10/fs/gfs2/
Dxattr.h18 ((GFS2_EA_IS_STUFFED(ea)) ? GFS2_EA_DATA_LEN(ea) : \
21 #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs) macro
Dxattr.c243 if (GFS2_EA_IS_STUFFED(ea)) in ea_dealloc_unstuffed()
512 if (GFS2_EA_IS_STUFFED(el->el_ea)) { in gfs2_ea_get_copy()
835 if (!prev || !GFS2_EA_IS_STUFFED(ea)) { in ea_set_remove_stuffed()
924 if (!GFS2_EA_IS_STUFFED(ea)) { in ea_set_simple()
1133 if (GFS2_EA_IS_STUFFED(el.el_ea)) in gfs2_xattr_remove()
1199 int unstuffed = !GFS2_EA_IS_STUFFED(el.el_ea); in __gfs2_xattr_set()