Searched refs:hashbit (Results 1 – 1 of 1) sorted by relevance
388 unsigned int hashbit; in erofs_getxattr() local402 hashbit = xxh32(name, strlen(name), in erofs_getxattr()404 hashbit &= EROFS_XATTR_FILTER_BITS - 1; in erofs_getxattr()405 if (vi->xattr_name_filter & (1U << hashbit)) in erofs_getxattr()