Home
last modified time | relevance | path

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

/fs/erofs/
A Dxattr.c483 struct erofs_xattr_prefix_item *pfs; in erofs_xattr_prefixes_init() local
489 pfs = kcalloc(sbi->xattr_prefix_count, sizeof(*pfs), GFP_KERNEL); in erofs_xattr_prefixes_init()
490 if (!pfs) in erofs_xattr_prefixes_init()
504 } else if (len < sizeof(*pfs->prefix) || in erofs_xattr_prefixes_init()
505 len > EROFS_NAME_LEN + sizeof(*pfs->prefix)) { in erofs_xattr_prefixes_init()
510 pfs[i].prefix = ptr; in erofs_xattr_prefixes_init()
511 pfs[i].infix_len = len - sizeof(struct erofs_xattr_long_prefix); in erofs_xattr_prefixes_init()
515 sbi->xattr_prefixes = pfs; in erofs_xattr_prefixes_init()

Completed in 4 milliseconds