xattr_shared_count 231 fs/erofs/internal.h unsigned int xattr_shared_count; xattr_shared_count 104 fs/erofs/xattr.c vi->xattr_shared_count = ih->h_shared_count; xattr_shared_count 105 fs/erofs/xattr.c vi->xattr_shared_xattrs = kmalloc_array(vi->xattr_shared_count, xattr_shared_count 116 fs/erofs/xattr.c for (i = 0; i < vi->xattr_shared_count; ++i) { xattr_shared_count 395 fs/erofs/xattr.c for (i = 0; i < vi->xattr_shared_count; ++i) { xattr_shared_count 417 fs/erofs/xattr.c if (vi->xattr_shared_count) xattr_shared_count 618 fs/erofs/xattr.c for (i = 0; i < vi->xattr_shared_count; ++i) { xattr_shared_count 639 fs/erofs/xattr.c if (vi->xattr_shared_count) xattr_shared_count 20 fs/erofs/xattr.h sizeof(u32) * EROFS_I(inode)->xattr_shared_count;