Searched refs:x_type (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
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() 49 return l.v->x_type != r->type || in xattr_cmp_key() 59 return l.v->x_type != r.v->x_type || in xattr_cmp_bkey() 95 bkey_fsck_err_on(!bch2_xattr_type_to_handler(xattr.v->x_type), in bch2_xattr_validate() 97 "invalid type (%u)", xattr.v->x_type); in bch2_xattr_validate() 112 handler = bch2_xattr_type_to_handler(xattr.v->x_type); in bch2_xattr_to_text() 116 prt_printf(out, "(type %u)", xattr.v->x_type); in bch2_xattr_to_text() 118 prt_printf(out, "(unknown type %u)", xattr.v->x_type); in bch2_xattr_to_text() 132 if (xattr.v->x_type == KEY_TYPE_XATTR_INDEX_POSIX_ACL_ACCESS || in bch2_xattr_to_text() 133 xattr.v->x_type == KEY_TYPE_XATTR_INDEX_POSIX_ACL_DEFAULT) { in bch2_xattr_to_text() [all …]
|
H A D | xattr_format.h | 13 __u8 x_type; member
|
H A D | acl.c | 230 xattr->v.x_type = acl_to_xattr_type(type); in bch2_acl_to_xattr()
|
/linux/drivers/media/pci/ttpci/ |
H A D | budget.h | 92 #define MAKE_BUDGET_INFO(x_var, x_name, x_type) \ argument 95 .type = x_type }; \
|