Searched refs:xattr_prefix_count (Results 1 – 5 of 5) sorted by relevance
217 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_listxattr_foreach()268 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_getxattr_foreach()463 for (i = 0; i < sbi->xattr_prefix_count; i++) in erofs_xattr_prefixes_cleanup()478 if (!sbi->xattr_prefix_count) in erofs_xattr_prefixes_init()481 pfs = kcalloc(sbi->xattr_prefix_count, sizeof(*pfs), GFP_KERNEL); in erofs_xattr_prefixes_init()490 for (i = 0; i < sbi->xattr_prefix_count; i++) { in erofs_xattr_prefixes_init()
78 __u8 xattr_prefix_count; /* # of long xattr name prefixes */ member
135 u8 xattr_prefix_count; member
307 sbi->xattr_prefix_count = dsb->xattr_prefix_count; in erofs_read_superblock()
297 xattr_prefix_count (of the on-disk superblock) indicates the total number of300 attribute name prefixes are disabled if xattr_prefix_count is 0.