Home
last modified time | relevance | path

Searched refs:xattr_prefixes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/erofs/
H A Dxattr.c218 struct erofs_xattr_prefix_item *pf = sbi->xattr_prefixes + in erofs_listxattr_foreach()
221 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_listxattr_foreach()
270 struct erofs_xattr_prefix_item *pf = sbi->xattr_prefixes + in erofs_getxattr_foreach()
273 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_getxattr_foreach()
471 if (sbi->xattr_prefixes) { in erofs_xattr_prefixes_cleanup()
473 kfree(sbi->xattr_prefixes[i].prefix); in erofs_xattr_prefixes_cleanup()
474 kfree(sbi->xattr_prefixes); in erofs_xattr_prefixes_cleanup()
475 sbi->xattr_prefixes = NULL; in erofs_xattr_prefixes_cleanup()
516 sbi->xattr_prefixes = pfs; in erofs_xattr_prefixes_init()
H A Dinternal.h153 struct erofs_xattr_prefix_item *xattr_prefixes; member
253 EROFS_FEATURE_FUNCS(xattr_prefixes, incompat, INCOMPAT_XATTR_PREFIXES)

Completed in 3 milliseconds