Home
last modified time | relevance | path

Searched refs:xattr_search_key (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dxattr.h28 struct xattr_search_key { struct
33 #define X_SEARCH(_type, _name, _len) ((struct xattr_search_key) \ argument
H A Dacl.c275 struct xattr_search_key search = X_SEARCH(acl_to_xattr_type(type), "", 0); in bch2_get_acl()
331 struct xattr_search_key search = in bch2_set_acl_trans()
407 struct xattr_search_key search = X_SEARCH(KEY_TYPE_XATTR_INDEX_POSIX_ACL_ACCESS, "", 0); in bch2_acl_chmod()
H A Dxattr.c20 const struct xattr_search_key *key) in bch2_xattr_hash()
47 const struct xattr_search_key *r = _r; in xattr_cmp_key()
144 struct xattr_search_key search = X_SEARCH(type, name, strlen(name)); in bch2_xattr_get_trans()
213 struct xattr_search_key search = in bch2_xattr_set()