Home
last modified time | relevance | path

Searched refs:xattr_prefix_count (Results 1 – 3 of 3) sorted by relevance

/linux/fs/erofs/
H A Dxattr.c154 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_listxattr_foreach()
205 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_getxattr_foreach()
481 for (i = 0; i < sbi->xattr_prefix_count; i++) in erofs_xattr_prefixes_cleanup()
497 if (!sbi->xattr_prefix_count) in erofs_xattr_prefixes_init()
500 pfs = kzalloc_objs(*pfs, sbi->xattr_prefix_count); in erofs_xattr_prefixes_init()
515 for (i = 0; i < sbi->xattr_prefix_count; i++) { in erofs_xattr_prefixes_init()
H A Dsuper.c309 sbi->xattr_prefix_count = dsb->xattr_prefix_count; in erofs_read_superblock()
312 if (dsb->ishare_xattr_prefix_id >= sbi->xattr_prefix_count) { in erofs_read_superblock()
H A Dinternal.h132 u8 xattr_prefix_count; member