Home
last modified time | relevance | path

Searched refs:xattr_prefix_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/erofs/
H A Dxattr.c221 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_listxattr_foreach()
273 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_getxattr_foreach()
472 for (i = 0; i < sbi->xattr_prefix_count; i++) in erofs_xattr_prefixes_cleanup()
487 if (!sbi->xattr_prefix_count) in erofs_xattr_prefixes_init()
490 pfs = kzalloc(sbi->xattr_prefix_count * sizeof(*pfs), GFP_KERNEL); in erofs_xattr_prefixes_init()
499 for (i = 0; i < sbi->xattr_prefix_count; i++) { in erofs_xattr_prefixes_init()
H A Derofs_fs.h82 __u8 xattr_prefix_count; /* # of long xattr name prefixes */ member
H A Dsuper.c334 sbi->xattr_prefix_count = dsb->xattr_prefix_count; in erofs_read_superblock()
H A Dinternal.h152 u8 xattr_prefix_count; member

Completed in 8 milliseconds