Home
last modified time | relevance | path

Searched defs:bset (Results 1 – 5 of 5) sorted by relevance

/linux/block/
H A Dbsg-lib.c278 struct bsg_set *bset = in bsg_queue_rq() local
323 struct bsg_set *bset = in bsg_remove_queue() local
337 struct bsg_set *bset = in bsg_timeout() local
366 struct bsg_set *bset; in bsg_setup_queue() local
/linux/drivers/md/bcache/
H A Dbcache_ondisk.h420 struct bset { struct
421 __u64 csum;
422 __u64 magic;
423 __u64 seq;
424 __u32 version;
425 __u32 keys;
427 union {
/linux/fs/bcachefs/
H A Dbcachefs_format.h1460 struct bset { struct
1464 * Highest journal entry this bset contains keys for. argument
1480 LE32_BITMASK(BSET_CSUM_TYPE, struct bset, flags, 0, 4); argument
H A Dbtree_types.h705 static inline struct bset *bset(const struct btree *b, in bset() function
/linux/sound/soc/renesas/
H A Drz-ssi.c157 u32 bclr, u32 bset) in rz_ssi_reg_mask_setl()