Home
last modified time | relevance | path

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

/fs/bcachefs/
A 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
/fs/xfs/libxfs/
A Dxfs_btree.c3735 union xfs_btree_key bkey; /* key of block to insert */ in xfs_btree_insert() local

Completed in 19 milliseconds