Searched refs:xattr_header_sz (Results 1 – 1 of 1) sorted by relevance
318 unsigned int xattr_header_sz, remaining, entry_sz; in erofs_xattr_iter_inline() local322 xattr_header_sz = sizeof(struct erofs_xattr_ibody_header) + in erofs_xattr_iter_inline()324 if (xattr_header_sz >= vi->xattr_isize) { in erofs_xattr_iter_inline()325 DBG_BUGON(xattr_header_sz > vi->xattr_isize); in erofs_xattr_iter_inline()329 remaining = vi->xattr_isize - xattr_header_sz; in erofs_xattr_iter_inline()330 it->pos = erofs_iloc(inode) + vi->inode_isize + xattr_header_sz; in erofs_xattr_iter_inline()