Searched refs:xattr_prefix (Results 1 – 4 of 4) sorted by relevance
62 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix() function
66 n = strcmp_prefix(*name, xattr_prefix(handler)); in xattr_resolve_name()800 size_t prefix_len = strlen(xattr_prefix(handler)); in xattr_full_name()
760 const char *prefix = xattr_prefix(xah); in find_xattr_handler_prefix()
547 return handler ? xattr_prefix(handler) : NULL; in ocfs2_xattr_prefix()