Searched defs:u64s (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/fs/bcachefs/
H A Dbkey_buf.h13 bch2_bkey_buf_realloc(struct bkey_buf *s, struct bch_fs *c, unsigned u64s) argument
H A Dbkey_types.h29 unsigned u64s = BKEY_U64s + val_u64s; local
H A Djournal_io.h77 unsigned u64s = DIV_ROUND_UP(size, sizeof(u64)); local
H A Dsb-clean.c335 unsigned u64s; local
[all...]
H A Ddisk_groups.c307 unsigned u64s = local
H A Dbtree_update.h114 bch2_trans_jset_entry_alloc(struct btree_trans *trans, unsigned u64s) argument
H A Djournal.h169 static inline unsigned jset_u64s(unsigned u64s) argument
180 bch2_journal_add_entry_noreservation(struct journal_buf *buf, size_t u64s) argument
199 journal_entry_init(struct jset_entry *entry, unsigned type, enum btree_id id, unsigned level, unsigned u64s) argument
213 journal_entry_set(struct jset_entry *entry, unsigned type, enum btree_id id, unsigned level, const void *data, unsigned u64s) argument
224 bch2_journal_add_entry(struct journal *j, struct journal_res *res, unsigned type, enum btree_id id, unsigned level, unsigned u64s) argument
369 bch2_journal_res_get(struct journal *j, struct journal_res *res, unsigned u64s, unsigned flags) argument
[all...]
H A Dacl.c204 unsigned nr_short = 0, nr_long = 0, acl_len, u64s; local
H A Dsb-members.c65 unsigned u64s = DIV_ROUND_UP((sizeof(*mi) + sizeof(mi->_members[0]) * local
H A Ddirent.c169 unsigned u64s = BKEY_U64s + dirent_val_u64s(name->len); local
H A Dbtree_update.c558 struct jset_entry *__bch2_trans_jset_entry_alloc(struct btree_trans *trans, unsigned u64s) argument
827 static int __bch2_trans_log_msg(struct btree_trans *trans, struct printbuf *buf, unsigned u64s) argument
848 unsigned u64s = DIV_ROUND_UP(buf.pos, sizeof(u64)); local
[all...]
H A Dbtree_trans_commit.c347 btree_key_can_insert(struct btree_trans *trans, struct btree *b, unsigned u64s) argument
393 btree_key_can_insert_cached(struct btree_trans *trans, unsigned flags, struct btree_path *path, unsigned u64s) argument
609 unsigned u64s = 0; local
[all...]
H A Dxattr.c195 unsigned u64s = BKEY_U64s + local
H A Djournal.c365 int u64s; local
[all...]
H A Dsuper-io.c92 __bch2_sb_field_resize(struct bch_sb_handle *sb, struct bch_sb_field *f, unsigned u64s) argument
154 bch2_sb_realloc(struct bch_sb_handle *sb, unsigned u64s) argument
213 bch2_sb_field_resize_id(struct bch_sb_handle *sb, enum bch_sb_field_type type, unsigned u64s) argument
248 bch2_sb_field_get_minsize_id(struct bch_sb_handle *sb, enum bch_sb_field_type type, unsigned u64s) argument
[all...]
H A Dutil.h504 memcpy_u64s_small(void *dst, const void *src, unsigned u64s) argument
514 __memcpy_u64s(void *dst, const void *src, unsigned u64s) argument
533 memcpy_u64s(void *dst, const void *src, unsigned u64s) argument
542 __memmove_u64s_down(void *dst, const void *src, unsigned u64s) argument
548 memmove_u64s_down(void *dst, const void *src, unsigned u64s) argument
556 __memmove_u64s_down_small(void *dst, const void *src, unsigned u64s) argument
562 memmove_u64s_down_small(void *dst, const void *src, unsigned u64s) argument
570 __memmove_u64s_up_small(void *_dst, const void *_src, unsigned u64s) argument
580 memmove_u64s_up_small(void *dst, const void *src, unsigned u64s) argument
[all...]
H A Djournal_types.h80 u16 u64s; member in struct:journal_res
335 unsigned u64s; member in struct:journal_entry_res
H A Dsuper.c227 unsigned nr = 0, u64s = local
1728 unsigned dev_idx, nr_devices, u64s; local
H A Djournal_io.c1815 unsigned sectors, bytes, u64s; local
1830 unsigned u64s = le16_to_cpu(i->u64s); local
[all...]
H A Dbuckets.c91 unsigned seq, i, u64s = dev_usage_u64s(); local
157 unsigned u64s = fs_usage_u64s(c); local
H A Dec.c1588 unsigned u64s; local
H A Dbtree_io.c300 unsigned i, u64s = 0, bytes, shift = end_idx - start_idx - 1; local
986 unsigned u64s; local
1978 unsigned bytes_to_write, sectors_to_write, bytes, u64s; local
[all...]
H A Dbtree_types.h325 u16 u64s; member in struct:bkey_cached
/linux-master/drivers/md/bcache/
H A Drequest.c90 static int bch_keylist_realloc(struct keylist *l, unsigned int u64s, argument
H A Dbset.c131 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s) argument

Completed in 319 milliseconds

12