xattr_header_sz 190 fs/erofs/xattr.c unsigned int xattr_header_sz, inline_xattr_ofs; xattr_header_sz 192 fs/erofs/xattr.c xattr_header_sz = inlinexattr_header_size(inode); xattr_header_sz 193 fs/erofs/xattr.c if (xattr_header_sz >= vi->xattr_isize) { xattr_header_sz 194 fs/erofs/xattr.c DBG_BUGON(xattr_header_sz > vi->xattr_isize); xattr_header_sz 198 fs/erofs/xattr.c inline_xattr_ofs = vi->inode_isize + xattr_header_sz; xattr_header_sz 208 fs/erofs/xattr.c return vi->xattr_isize - xattr_header_sz;