Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dxattr.c160 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()
H A Dsuper.c307 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()
H A Dinternal.h109 u8 xattr_prefix_count; member
/linux/Documentation/filesystems/
H A Derofs.rst323 xattr_prefix_count (of the on-disk superblock) indicates the total number of
326 attribute name prefixes are disabled if xattr_prefix_count is 0.