Home
last modified time | relevance | path

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

/fs/erofs/
A Dxattr.c94 vi->xattr_shared_count = ih->h_shared_count; in erofs_init_inode_xattrs()
95 vi->xattr_shared_xattrs = kmalloc_array(vi->xattr_shared_count, in erofs_init_inode_xattrs()
106 for (i = 0; i < vi->xattr_shared_count; ++i) { in erofs_init_inode_xattrs()
325 sizeof(u32) * vi->xattr_shared_count; in erofs_xattr_iter_inline()
377 while (i < vi->xattr_shared_count) { in erofs_xattr_iter_shared()
A Dinternal.h278 unsigned int xattr_shared_count; member

Completed in 9 milliseconds