Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dxattr.c157 struct erofs_xattr_prefix_item *pf = sbi->xattr_prefixes + in erofs_listxattr_foreach()
160 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_listxattr_foreach()
208 struct erofs_xattr_prefix_item *pf = sbi->xattr_prefixes + in erofs_getxattr_foreach()
211 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_getxattr_foreach()
486 if (sbi->xattr_prefixes) { in erofs_xattr_prefixes_cleanup()
488 kfree(sbi->xattr_prefixes[i].prefix); in erofs_xattr_prefixes_cleanup()
489 kfree(sbi->xattr_prefixes); in erofs_xattr_prefixes_cleanup()
490 sbi->xattr_prefixes = NULL; in erofs_xattr_prefixes_cleanup()
551 sbi->xattr_prefixes = pfs; in erofs_xattr_prefixes_init()
628 if (!sbi->xattr_prefixes) in erofs_xattr_fill_inode_fingerprint()
[all …]
H A Dsysfs.c98 EROFS_ATTR_FEATURE(xattr_prefixes);
112 ATTR_LIST(xattr_prefixes),
H A Dinternal.h111 struct erofs_xattr_prefix_item *xattr_prefixes; member
200 EROFS_FEATURE_FUNCS(xattr_prefixes, incompat, INCOMPAT_XATTR_PREFIXES) in EROFS_FEATURE_FUNCS()
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-erofs8 xattr_prefixes, 48bit, metabox.