Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dxattr.h44 return xattr_prefix(handler); in erofs_xattr_prefix()
/openbmc/linux/include/linux/
H A Dxattr.h99 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix() function
/openbmc/linux/fs/
H A Dxattr.c70 n = strcmp_prefix(*name, xattr_prefix(handler)); in xattr_resolve_name()
175 if (!strncmp(xattr_prefix(handler), XATTR_USER_PREFIX, in xattr_supports_user_prefix()
1036 size_t prefix_len = strlen(xattr_prefix(handler)); in xattr_full_name()
/openbmc/linux/fs/f2fs/
H A Dxattr.c226 return xattr_prefix(handler); in f2fs_xattr_prefix()
/openbmc/linux/fs/reiserfs/
H A Dxattr.c790 const char *prefix = xattr_prefix(xah); in reiserfs_xattr_list()
/openbmc/linux/fs/ext2/
H A Dxattr.c135 return xattr_prefix(handler); in ext2_xattr_prefix()
/openbmc/linux/fs/jffs2/
H A Dxattr.c963 return xattr_prefix(ret); in jffs2_xattr_prefix()
/openbmc/linux/fs/ext4/
H A Dxattr.c187 return xattr_prefix(handler); in ext4_xattr_prefix()
/openbmc/linux/fs/ocfs2/
H A Dxattr.c533 return handler ? xattr_prefix(handler) : NULL; in ocfs2_xattr_prefix()