Searched refs:xattr_shared_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/erofs/
H A Dxattr.c92 vi->xattr_shared_count = ih->h_shared_count;
93 vi->xattr_shared_xattrs = kmalloc_array(vi->xattr_shared_count,
104 for (i = 0; i < vi->xattr_shared_count; ++i) {
329 sizeof(u32) * vi->xattr_shared_count;
375 for (i = 0; i < vi->xattr_shared_count; ++i) {
H A Dinternal.h269 unsigned int xattr_shared_count; member in struct:erofs_inode

Completed in 210 milliseconds