Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 45) sorted by relevance

12

/fs/btrfs/
A Dextent-io-tree.c422 u32 bits, in insert_state()
480 struct rb_node *parent, unsigned bits, in insert_state_fast()
562 u32 bits, int wake, u64 end, in clear_state_bit()
864 u64 start, u32 bits) in find_first_extent_bit_state()
890 u64 *start_ret, u64 *end_ret, u32 bits, in btrfs_find_first_extent_bit()
954 u64 *start_ret, u64 *end_ret, u32 bits) in btrfs_find_contiguous_extent_bit()
1047 u32 bits, u64 *failed_start, in set_extent_bit()
1295 u32 bits, struct extent_state **cached_state) in btrfs_set_extent_bit()
1319 u32 bits, u32 clear_bits, in btrfs_convert_extent_bit()
1667 u32 bits, int contig, in btrfs_count_range_bits()
[all …]
A Daccessors.c51 #define DEFINE_BTRFS_SETGET_BITS(bits) \ argument
A Daccessors.h50 #define DECLARE_BTRFS_SETGET_BITS(bits) \ argument
61 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ argument
75 #define BTRFS_SETGET_HEADER_FUNCS(name, type, member, bits) \ argument
89 #define BTRFS_SETGET_STACK_FUNCS(name, type, member, bits) \ argument
A Dextent-io-tree.h182 u64 end, u32 bits, in btrfs_clear_extent_bit()
/fs/ocfs2/cluster/
A Dmasklog.h118 #define __mlog_test_u64(mask, bits) \ argument
121 #define __mlog_set_u64(mask, bits) do { \ argument
125 #define __mlog_clear_u64(mask, bits) do { \ argument
138 #define __mlog_test_u64(mask, bits) ((mask) & bits.words[0]) argument
139 #define __mlog_set_u64(mask, bits) do { \ argument
142 #define __mlog_clear_u64(mask, bits) do { \ argument
A Dheartbeat.c516 unsigned int bits = reg->hr_block_bits; in o2hb_setup_one_bio() local
1461 unsigned int bits) in o2hb_fill_node_map_from_callback()
1469 void o2hb_fill_node_map(unsigned long *map, unsigned int bits) in o2hb_fill_node_map()
/fs/jffs2/
A Dcompr_rubin.c44 int bits[8]; member
88 static void init_rubin(struct rubin_state *rs, int div, int *bits) in init_rubin()
151 static void init_decode(struct rubin_state *rs, int div, int *bits) in init_decode()
168 int c, bits = 0; in __do_decode() local
262 static int rubin_do_compress(int bit_divider, int *bits, unsigned char *data_in, in rubin_do_compress()
303 int bits[8]; in jffs2_dynrubin_compress() local
363 static void rubin_do_decompress(int bit_divider, int *bits, in rubin_do_decompress()
392 int bits[8]; in jffs2_dynrubin_decompress() local
/fs/bcachefs/
A Dbkey.c106 unsigned bits; /* bits remaining in current word */ member
137 unsigned bits; /* bits remaining in current word */ member
159 unsigned bits = state->format->bits_per_field[field]; in get_inc_field() local
182 unsigned bits = state->format->bits_per_field[field]; in __set_inc_field() local
204 unsigned bits = state->format->bits_per_field[field]; in set_inc_field() local
422 unsigned bits = min(64 - offset, nr_key_bits); in bkey_packed_successor() local
571 unsigned bits, u64 offset) in set_format_field()
586 unsigned i, bits = KEY_PACKED_BITS_START; in bch2_bkey_format_done() local
641 unsigned bits = KEY_PACKED_BITS_START; in bch2_bkey_format_invalid() local
758 unsigned bits = nr_key_bits + offset < 64 in bch2_bkey_ffs() local
[all …]
A Dvarint.c23 unsigned bits = fls64(v|1); in bch2_varint_encode() local
84 unsigned bits = fls64(v|1); in bch2_varint_encode_fast() local
A Dbuckets_waiting_for_journal_types.h13 unsigned bits; member
A Dbuckets_waiting_for_journal.c15 static void bucket_table_init(struct buckets_waiting_for_journal_table *t, size_t bits) in bucket_table_init()
A Dinode_format.h179 __u8 bits; member
/fs/ntfs3/
A Dbitmap.c709 int wnd_set_free(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_free()
751 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_used()
799 int wnd_set_used_safe(struct wnd_bitmap *wnd, size_t bit, size_t bits, in wnd_set_used_safe()
833 static bool wnd_is_free_hlp(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_free_hlp()
870 bool wnd_is_free(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_free()
902 bool wnd_is_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_used()
1314 size_t bits, iw, new_wnd; in wnd_extend() local
1531 unsigned int ntfs_bitmap_weight_le(const void *bitmap, int bits) in ntfs_bitmap_weight_le()
A Dindex.c362 bool (*fn)(const ulong *buf, u32 bit, u32 bits, in scan_nres_bitmap()
459 static bool scan_for_free(const ulong *buf, u32 bit, u32 bits, size_t *ret) in scan_for_free()
507 static bool scan_for_used(const ulong *buf, u32 bit, u32 bits, size_t *ret) in scan_for_used()
/fs/minix/
A Dbitmap.c100 u32 bits = sbi->s_nzones - sbi->s_firstdatazone + 1; in minix_count_free_blocks() local
266 u32 bits = sbi->s_ninodes + 1; in minix_count_free_inodes() local
A Dminix.h92 static inline unsigned minix_blocks_needed(unsigned bits, unsigned blocksize) in minix_blocks_needed()
/fs/crypto/
A Dfname.c188 int bits = 0; in fscrypt_base64url_encode() local
223 int bits = 0; in fscrypt_base64url_decode() local
/fs/ceph/
A Dcrypto.c30 int bits = 0; in ceph_base64_encode() local
50 int bits = 0; in ceph_base64_decode() local
/fs/ocfs2/
A Dlocalalloc.c243 int ocfs2_alloc_should_use_local(struct ocfs2_super *osb, u64 bits) in ocfs2_alloc_should_use_local()
1038 unsigned int bits; in ocfs2_recalc_la_window() local
A Dreservations.c43 unsigned int bits; in ocfs2_resv_window_bits() local
/fs/ntfs3/lib/
A Ddecompress_common.h128 u32 bits = bitstream_peek_bits(is, num_bits); in bitstream_pop_bits() local
/fs/nilfs2/
A Dpage.c103 unsigned long bits; in nilfs_copy_buffer() local
/fs/hpfs/
A Dsuper.c137 unsigned long *bits; in hpfs_count_one_bitmap() local
/fs/ubifs/
A Dlpt.c48 int i, n, bits, per_leb_wastage, max_pnode_cnt; in do_calc_lpt_geom() local
524 int num, bits; in calc_nnode_num() local
/fs/ufs/
A Dsuper.c703 int bits = uspi->s_apbshift; in ufs_max_bytes() local

Completed in 70 milliseconds

12