Home
last modified time | relevance | path

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

/linux/include/linux/
A Dxattr.h77 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix() function
/linux/fs/
A Dxattr.c67 n = strcmp_prefix(*name, xattr_prefix(handler)); in xattr_resolve_name()
158 if (!strncmp(xattr_prefix(handler), prefix, preflen)) in xattr_supported_namespace()
932 size_t prefix_len = strlen(xattr_prefix(handler)); in xattr_full_name()
/linux/fs/erofs/
A Dxattr.c550 prefix = xattr_prefix(h); in xattr_entrylist()
/linux/fs/f2fs/
A Dxattr.c599 prefix = xattr_prefix(handler); in f2fs_listxattr()
/linux/fs/reiserfs/
A Dxattr.c791 const char *prefix = xattr_prefix(xah); in find_xattr_handler_prefix()
/linux/fs/ocfs2/
A Dxattr.c537 return handler ? xattr_prefix(handler) : NULL; in ocfs2_xattr_prefix()

Completed in 24 milliseconds