/linux/fs/bcachefs/ |
H A D | journal.h | 169 static inline unsigned jset_u64s(unsigned u64s) in jset_u64s() 180 bch2_journal_add_entry_noreservation(struct journal_buf *buf, size_t u64s) in bch2_journal_add_entry_noreservation() 201 unsigned u64s) in journal_entry_init() 215 const void *data, unsigned u64s) in journal_entry_set() 226 unsigned level, unsigned u64s) in bch2_journal_add_entry() 370 unsigned u64s, unsigned flags) in bch2_journal_res_get()
|
H A D | util.h | 387 unsigned u64s) in memcpy_u64s_small() 397 unsigned u64s) in __memcpy_u64s() 416 unsigned u64s) in memcpy_u64s() 425 unsigned u64s) in __memmove_u64s_down() 431 unsigned u64s) in memmove_u64s_down() 445 unsigned u64s) in memmove_u64s_down_small() 453 unsigned u64s) in __memmove_u64s_up_small() 463 unsigned u64s) in memmove_u64s_up_small() 471 unsigned u64s) in __memmove_u64s_up() 492 unsigned u64s) in memmove_u64s_up() [all …]
|
H A D | super-io.c | 94 unsigned u64s) in __bch2_sb_field_resize() 154 int bch2_sb_realloc(struct bch_sb_handle *sb, unsigned u64s) in bch2_sb_realloc() 215 unsigned u64s) in bch2_sb_field_resize_id() 250 unsigned u64s) in bch2_sb_field_get_minsize_id()
|
H A D | bcachefs_format.h | 201 __u8 u64s; member 265 __u8 u64s; member 475 __le32 u64s; member 603 __le16 u64s; member 743 __le32 u64s; member 1247 __le32 u64s; /* size of d[] in u64s */ member 1394 __le16 u64s; /* count of d[] in u64s */ member 1426 __le16 u64s; member 1459 __le16 u64s; member
|
H A D | bkey_buf.h | 14 struct bch_fs *c, unsigned u64s) in bch2_bkey_buf_realloc()
|
H A D | btree_trans_commit.c | 371 struct btree *b, unsigned u64s) in btree_key_can_insert() 417 struct btree_path *path, unsigned u64s) in btree_key_can_insert_cached() 627 unsigned u64s = 0; in bch2_trans_commit_write_locked() local
|
H A D | btree_update.c | 562 struct jset_entry *__bch2_trans_jset_entry_alloc(struct btree_trans *trans, unsigned u64s) in __bch2_trans_jset_entry_alloc() 830 static int __bch2_trans_log_msg(struct btree_trans *trans, struct printbuf *buf, unsigned u64s) in __bch2_trans_log_msg() 851 unsigned u64s = DIV_ROUND_UP(buf.pos, sizeof(u64)); in __bch2_fs_log_msg() local
|
H A D | journal_io.h | 80 unsigned u64s = DIV_ROUND_UP(size, sizeof(u64)); in jset_entry_init() local
|
H A D | sb-members.c | 77 unsigned u64s = DIV_ROUND_UP((sizeof(*mi) + sizeof(mi->_members[0]) * in sb_members_v2_resize_entries() local 491 unsigned u64s; in bch2_sb_member_alloc() local
|
H A D | bkey_types.h | 29 unsigned u64s = BKEY_U64s + val_u64s; in set_bkey_val_u64s() local
|
H A D | sb-clean.c | 285 unsigned u64s; in bch2_fs_mark_clean() local
|
H A D | acl.c | 204 unsigned nr_short = 0, nr_long = 0, acl_len, u64s; in bch2_acl_to_xattr() local
|
H A D | journal_types.h | 80 u16 u64s; member 342 unsigned u64s; member
|
H A D | btree_io.c | 304 unsigned i, u64s = 0, bytes, shift = end_idx - start_idx - 1; in btree_node_sort() local 989 unsigned u64s; in bch2_btree_node_read_done() local 1978 unsigned bytes_to_write, sectors_to_write, bytes, u64s; in __bch2_btree_node_write() local
|
H A D | btree_update_interior.c | 218 size_t u64s = btree_node_u64s_with_format(nr, &b->format, new_f); in bch2_btree_node_format_fits() local 1453 unsigned u64s, n1_u64s = (b->nr.live_u64s * 3) / 5; in __btree_split_node() local 1503 unsigned u64s = nr_keys[i].nr_keys * n[i]->data->format.key_u64s + in __btree_split_node() local
|
H A D | btree_update_interior.h | 321 static inline bool bch2_btree_node_insert_fits(struct btree *b, unsigned u64s) in bch2_btree_node_insert_fits()
|
H A D | disk_groups.c | 306 unsigned u64s = in __bch2_disk_group_add() local
|
H A D | dirent.c | 171 unsigned u64s = BKEY_U64s + dirent_val_u64s(name->len); in dirent_create_key() local
|
H A D | btree_update.h | 118 bch2_trans_jset_entry_alloc(struct btree_trans *trans, unsigned u64s) in bch2_trans_jset_entry_alloc()
|
H A D | journal_io.c | 1796 unsigned sectors, bytes, u64s; in bch2_journal_write_prep() local 1811 unsigned u64s = le16_to_cpu(i->u64s); in bch2_journal_write_prep() local
|
H A D | xattr.c | 190 unsigned u64s = BKEY_U64s + in bch2_xattr_set() local
|
H A D | journal.c | 355 int u64s; in journal_entry_open() local
|
H A D | btree_types.h | 405 u16 u64s; member
|
/linux/drivers/md/bcache/ |
H A D | request.c | 90 static int bch_keylist_realloc(struct keylist *l, unsigned int u64s, in bch_keylist_realloc()
|
H A D | bset.c | 135 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s) in __bch_keylist_realloc()
|