Home
last modified time | relevance | path

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

12

/fs/ocfs2/cluster/
Dmasklog.h134 #define __mlog_test_u64(mask, bits) \ argument
137 #define __mlog_set_u64(mask, bits) do { \ argument
141 #define __mlog_clear_u64(mask, bits) do { \ argument
154 #define __mlog_test_u64(mask, bits) ((mask) & bits.words[0]) argument
155 #define __mlog_set_u64(mask, bits) do { \ argument
158 #define __mlog_clear_u64(mask, bits) do { \ argument
Dheartbeat.c406 unsigned int bits = reg->hr_block_bits; in o2hb_setup_one_bio() local
/fs/jffs2/
Dcompr_rubin.c44 int bits[8]; member
93 static void init_rubin(struct rubin_state *rs, int div, int *bits) in init_rubin()
156 static void init_decode(struct rubin_state *rs, int div, int *bits) in init_decode()
173 int c, bits = 0; in __do_decode() local
267 static int rubin_do_compress(int bit_divider, int *bits, unsigned char *data_in, in rubin_do_compress()
313 int bits[8]; in jffs2_dynrubin_compress() local
373 static void rubin_do_decompress(int bit_divider, int *bits, in rubin_do_decompress()
402 int bits[8]; in jffs2_dynrubin_decompress() local
/fs/btrfs/
Dstruct-funcs.c52 #define DEFINE_BTRFS_SETGET_BITS(bits) \ argument
Dextent_io.c338 struct extent_state *state, unsigned long *bits) in set_state_cb()
345 struct extent_state *state, unsigned long *bits) in clear_state_cb()
366 unsigned long *bits) in insert_state()
454 unsigned long *bits, int wake) in clear_state_bit()
513 unsigned long bits, int wake, int delete, in clear_extent_bit()
675 unsigned long bits) in wait_extent_bit()
716 unsigned long *bits) in set_state_bits()
761 unsigned long bits, unsigned long exclusive_bits, in __set_extent_bit()
956 unsigned long bits, u64 * failed_start, in set_extent_bit()
982 unsigned long bits, unsigned long clear_bits, in convert_extent_bit()
[all …]
Dsuper.c1497 int bits = dentry->d_sb->s_blocksize_bits; in btrfs_statfs() local
Dctree.h1985 #define DECLARE_BTRFS_SETGET_BITS(bits) \ argument
2008 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ argument
2034 #define BTRFS_SETGET_HEADER_FUNCS(name, type, member, bits) \ argument
2048 #define BTRFS_SETGET_STACK_FUNCS(name, type, member, bits) \ argument
Dfree-space-cache.c1442 unsigned long bits, i; in search_bitmap() local
/fs/minix/
Dbitmap.c99 u32 bits = sbi->s_nzones - (sbi->s_firstdatazone + 1); in minix_count_free_blocks() local
269 u32 bits = sbi->s_ninodes + 1; in minix_count_free_inodes() local
Dminix.h90 static inline unsigned minix_blocks_needed(unsigned bits, unsigned blocksize) in minix_blocks_needed()
/fs/ext4/
Dcrypto_fname.c213 int i = 0, bits = 0, ac = 0; in digest_encode() local
233 int i = 0, bits = 0, ac = 0; in digest_decode() local
/fs/ocfs2/
Dlocalalloc.c258 int ocfs2_alloc_should_use_local(struct ocfs2_super *osb, u64 bits) in ocfs2_alloc_should_use_local()
1016 unsigned int bits; in ocfs2_recalc_la_window() local
Dreservations.c56 unsigned int bits; in ocfs2_resv_window_bits() local
Docfs2.h749 int bits = OCFS2_SB(sb)->s_clustersize_bits - sb->s_blocksize_bits; in ocfs2_block_to_cluster_start() local
/fs/
Dseq_file.c546 int seq_bitmap(struct seq_file *m, const unsigned long *bits, in seq_bitmap()
562 int seq_bitmap_list(struct seq_file *m, const unsigned long *bits, in seq_bitmap_list()
Dselect.c523 void *bits; in core_sys_select() local
Dcompat.c1224 void *bits; in compat_core_sys_select() local
/fs/nilfs2/
Dpage.c118 unsigned long bits; in nilfs_copy_buffer() local
/fs/f2fs/
Dsuper.c378 loff_t max_file_size(unsigned bits) in max_file_size()
/fs/hpfs/
Dsuper.c121 unsigned long *bits; in hpfs_count_one_bitmap() local
/fs/ubifs/
Dlpt.c60 int i, n, bits, per_leb_wastage, max_pnode_cnt; in do_calc_lpt_geom() local
534 int num, bits; in calc_nnode_num() local
/fs/cifs/
Dcifsacl.c520 const struct cifs_sid *psid, __u64 nmode, umode_t bits) in fill_ace_for_sid()
/fs/ext2/
Dsuper.c700 static loff_t ext2_max_size(int bits) in ext2_max_size()
/fs/reiserfs/
Dsuper.c1250 static void handle_barrier_mode(struct super_block *s, unsigned long bits) in handle_barrier_mode()
/fs/ext3/
Dsuper.c1568 static loff_t ext3_max_size(int bits) in ext3_max_size()

12