Home
last modified time | relevance | path

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

12

/fs/ocfs2/cluster/
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
/fs/jffs2/
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()
308 int bits[8]; in jffs2_dynrubin_compress() local
368 static void rubin_do_decompress(int bit_divider, int *bits, in rubin_do_decompress()
397 int bits[8]; in jffs2_dynrubin_decompress() local
/fs/ntfs3/
Dbitmap.c716 int wnd_set_free(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_free()
769 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_used()
823 static bool wnd_is_free_hlp(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_free_hlp()
866 bool wnd_is_free(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_free()
898 bool wnd_is_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_used()
1320 size_t bits, iw, new_wnd; in wnd_extend() local
Dindex.c362 bool (*fn)(const ulong *buf, u32 bit, u32 bits, in scan_nres_bitmap()
458 static bool scan_for_free(const ulong *buf, u32 bit, u32 bits, size_t *ret) in scan_for_free()
506 static bool scan_for_used(const ulong *buf, u32 bit, u32 bits, size_t *ret) in scan_for_used()
Dntfs_fs.h950 static inline size_t bitmap_size(size_t bits) in bitmap_size()
1044 static inline void ni_set_ext_compress_bits(struct ntfs_inode *ni, u8 bits) in ni_set_ext_compress_bits()
Dfile.c118 u8 bits; in ntfs_extend_initialized_size() local
/fs/minix/
Dbitmap.c100 u32 bits = sbi->s_nzones - sbi->s_firstdatazone + 1; in minix_count_free_blocks() local
270 u32 bits = sbi->s_ninodes + 1; in minix_count_free_inodes() local
Dminix.h91 static inline unsigned minix_blocks_needed(unsigned bits, unsigned blocksize) in minix_blocks_needed()
/fs/btrfs/
Dstruct-funcs.c55 #define DEFINE_BTRFS_SETGET_BITS(bits) \ argument
Dextent_io.c150 static int add_extent_changeset(struct extent_state *state, u32 bits, in add_extent_changeset()
560 u32 *bits, struct extent_changeset *changeset) in insert_state()
641 u32 *bits, int wake, in clear_state_bit()
706 u32 bits, int wake, int delete, in __clear_extent_bit()
879 u32 bits) in wait_extent_bit()
926 u32 *bits, struct extent_changeset *changeset) in set_state_bits()
972 int set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, in set_extent_bit()
1211 u32 bits, u32 clear_bits, in convert_extent_bit()
1412 u32 bits, struct extent_changeset *changeset) in set_record_extent_bits()
1427 u32 bits) in set_extent_bits_nowait()
[all …]
Dextent_map.c356 static void extent_map_device_set_bits(struct extent_map *em, unsigned bits) in extent_map_device_set_bits()
371 static void extent_map_device_clear_bits(struct extent_map *em, unsigned bits) in extent_map_device_clear_bits()
Dextent-io-tree.h157 u64 end, u32 bits) in clear_extent_bits()
177 u64 end, u32 bits) in set_extent_bits()
/fs/crypto/
Dfname.c204 int bits = 0; in fscrypt_base64url_encode() local
239 int bits = 0; in fscrypt_base64url_decode() local
/fs/ocfs2/
Dlocalalloc.c242 int ocfs2_alloc_should_use_local(struct ocfs2_super *osb, u64 bits) in ocfs2_alloc_should_use_local()
1042 unsigned int bits; in ocfs2_recalc_la_window() local
Dreservations.c43 unsigned int bits; in ocfs2_resv_window_bits() local
/fs/ntfs3/lib/
Ddecompress_common.h128 u32 bits = bitstream_peek_bits(is, num_bits); in bitstream_pop_bits() local
/fs/nilfs2/
Dpage.c102 unsigned long bits; in nilfs_copy_buffer() local
/fs/hpfs/
Dsuper.c136 unsigned long *bits; in hpfs_count_one_bitmap() local
/fs/ubifs/
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/
Dsuper.c763 int bits = uspi->s_apbshift; in ufs_max_bytes() local
/fs/
Dselect.c628 void *bits; in core_sys_select() local
1198 void *bits; in compat_core_sys_select() local
/fs/ceph/
Dcaps.c1020 int bits = 0; in __ceph_caps_file_wanted() local
4365 int bits = (fmode << 1) | 1; in ceph_get_fmode() local
4399 int bits = (fmode << 1) | 1; in ceph_put_fmode() local
/fs/ksmbd/
Dsmbacl.c195 umode_t mode, umode_t bits) in fill_ace_for_sid()
/fs/ext2/
Dsuper.c732 static loff_t ext2_max_size(int bits) in ext2_max_size()
/fs/erofs/
Dinternal.h293 unsigned int bits) in erofs_bitrange()

12