Searched refs:hashbit (Results 1 – 1 of 1) sorted by relevance
398 unsigned int hashbit; in erofs_getxattr() local412 hashbit = xxh32(name, strlen(name), in erofs_getxattr()414 hashbit &= EROFS_XATTR_FILTER_BITS - 1; in erofs_getxattr()415 if (vi->xattr_name_filter & (1U << hashbit)) in erofs_getxattr()
Completed in 4 milliseconds