Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dxattr.h77 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix() function
/Linux-v6.1/fs/
Dxattr.c69 n = strcmp_prefix(*name, xattr_prefix(handler)); in xattr_resolve_name()
160 if (!strncmp(xattr_prefix(handler), prefix, preflen)) in xattr_supported_namespace()
989 size_t prefix_len = strlen(xattr_prefix(handler)); in xattr_full_name()
/Linux-v6.1/fs/erofs/
Dxattr.c505 prefix = xattr_prefix(h); in xattr_entrylist()
/Linux-v6.1/fs/f2fs/
Dxattr.c596 prefix = xattr_prefix(handler); in f2fs_listxattr()
/Linux-v6.1/fs/reiserfs/
Dxattr.c784 const char *prefix = xattr_prefix(xah); in find_xattr_handler_prefix()
/Linux-v6.1/fs/ocfs2/
Dxattr.c537 return handler ? xattr_prefix(handler) : NULL; in ocfs2_xattr_prefix()