Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dxattr.h49 int erofs_xattr_prefixes_init(struct super_block *sb);
54 static inline int erofs_xattr_prefixes_init(struct super_block *sb) { return 0; } in erofs_xattr_prefixes_init() function
H A Dsuper.c674 err = erofs_xattr_prefixes_init(sb); in erofs_fc_fill_super()