Home
last modified time | relevance | path

Searched defs:bkey (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbcachefs_format.h199 struct bkey { struct
201 __u8 u64s;
205 __u8 format:7,
206 needs_whiteout:1;
208 __u8 needs_whiteout:1,
209 format:7;
233 * The big-endian version of bkey can't be compiled by rustc with the "aligned" argument
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_lookup_key.c28 struct bpf_key *bkey; in BPF_PROG() local
Drcu_read_lock.c247 struct bpf_key *bkey; in BPF_PROG() local
/linux-6.12.1/drivers/md/bcache/
Dbcache_ondisk.h23 struct bkey { struct
30 BITMASK(name, struct bkey, field, offset, size) argument
/linux-6.12.1/arch/s390/include/asm/
Dqdio.h43 u32 bkey : 4; member
/linux-6.12.1/lib/
Dbtree.c147 static unsigned long *bkey(struct btree_geo *geo, unsigned long *node, int n) in bkey() function
/linux-6.12.1/kernel/trace/
Dbpf_trace.c1269 struct bpf_key *bkey; in bpf_lookup_user_key() local
1317 struct bpf_key *bkey; in bpf_lookup_system_key() local
1339 __bpf_kfunc void bpf_key_put(struct bpf_key *bkey) in bpf_key_put()
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c1453 struct flow_dissector_key_basic bkey; in __stmmac_test_l4filt() member
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_btree.c3624 union xfs_btree_key bkey; /* key of block to insert */ in xfs_btree_insert() local