Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dxattr.h62 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix() function
/Linux-v5.4/fs/
Dxattr.c67 n = strcmp_prefix(*name, xattr_prefix(handler)); in xattr_resolve_name()
801 size_t prefix_len = strlen(xattr_prefix(handler)); in xattr_full_name()
/Linux-v5.4/fs/erofs/
Dxattr.c545 prefix = xattr_prefix(h); in xattr_entrylist()
/Linux-v5.4/fs/f2fs/
Dxattr.c563 prefix = xattr_prefix(handler); in f2fs_listxattr()
/Linux-v5.4/fs/reiserfs/
Dxattr.c776 const char *prefix = xattr_prefix(xah); in find_xattr_handler_prefix()
/Linux-v5.4/fs/ocfs2/
Dxattr.c539 return handler ? xattr_prefix(handler) : NULL; in ocfs2_xattr_prefix()