Searched refs:xattr_prefix (Results 1 – 8 of 8) sorted by relevance
103 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix() function
69 n = strcmp_prefix(*name, xattr_prefix(handler)); in xattr_resolve_name()174 if (!strncmp(xattr_prefix(handler), XATTR_USER_PREFIX, in xattr_supports_user_prefix()1161 size_t prefix_len = strlen(xattr_prefix(handler)); in xattr_full_name()
470 return xattr_prefix(handler); in erofs_xattr_prefix()
227 return xattr_prefix(handler); in f2fs_xattr_prefix()
135 return xattr_prefix(handler); in ext2_xattr_prefix()
962 return xattr_prefix(ret); in jffs2_xattr_prefix()
187 return xattr_prefix(handler); in ext4_xattr_prefix()
537 return handler ? xattr_prefix(handler) : NULL; in ocfs2_xattr_prefix()