Searched refs:X_SEARCH (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | xattr.h | 33 #define X_SEARCH(_type, _name, _len) ((struct xattr_search_key) \ macro
|
| H A D | acl.c | 275 struct xattr_search_key search = X_SEARCH(acl_to_xattr_type(type), "", 0); in bch2_get_acl() 332 X_SEARCH(acl_to_xattr_type(type), "", 0); 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 D | xattr.c | 41 &X_SEARCH(x.v->x_type, x.v->x_name, x.v->x_name_len)); in xattr_hash_bkey() 144 struct xattr_search_key search = X_SEARCH(type, name, strlen(name)); in bch2_xattr_get_trans() 214 X_SEARCH(type, name, strlen(name)); in bch2_xattr_set()
|