Searched refs:xattr_prefix_count (Results 1 – 4 of 4) sorted by relevance
160 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_listxattr_foreach()211 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_getxattr_foreach()487 for (i = 0; i < sbi->xattr_prefix_count; i++) in erofs_xattr_prefixes_cleanup()503 if (!sbi->xattr_prefix_count) in erofs_xattr_prefixes_init()506 pfs = kzalloc_objs(*pfs, sbi->xattr_prefix_count); in erofs_xattr_prefixes_init()521 for (i = 0; i < sbi->xattr_prefix_count; i++) { in erofs_xattr_prefixes_init()
307 sbi->xattr_prefix_count = dsb->xattr_prefix_count; in erofs_read_superblock()310 if (dsb->ishare_xattr_prefix_id >= sbi->xattr_prefix_count) { in erofs_read_superblock()
109 u8 xattr_prefix_count; member
323 xattr_prefix_count (of the on-disk superblock) indicates the total number of326 attribute name prefixes are disabled if xattr_prefix_count is 0.