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