Home
last modified time | relevance | path

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

12

/fs/ocfs2/cluster/
Dmasklog.h120 #define __mlog_test_u64(mask, bits) \ argument
123 #define __mlog_set_u64(mask, bits) do { \ argument
127 #define __mlog_clear_u64(mask, bits) do { \ argument
140 #define __mlog_test_u64(mask, bits) ((mask) & bits.words[0]) argument
141 #define __mlog_set_u64(mask, bits) do { \ argument
144 #define __mlog_clear_u64(mask, bits) do { \ argument
Dheartbeat.c515 unsigned int bits = reg->hr_block_bits; in o2hb_setup_one_bio() local
/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/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.c40 #define DEFINE_BTRFS_SETGET_BITS(bits) \ argument
Dextent_io.c130 static int add_extent_changeset(struct extent_state *state, unsigned bits, in add_extent_changeset()
521 unsigned *bits, struct extent_changeset *changeset) in insert_state()
602 unsigned *bits, int wake, in clear_state_bit()
669 unsigned bits, int wake, int delete, in __clear_extent_bit()
842 unsigned long bits) in wait_extent_bit()
889 unsigned *bits, struct extent_changeset *changeset) in set_state_bits()
938 unsigned bits, unsigned exclusive_bits, in __set_extent_bit()
1144 unsigned bits, u64 * failed_start, in set_extent_bit()
1171 unsigned bits, unsigned clear_bits, in convert_extent_bit()
1372 unsigned bits, struct extent_changeset *changeset) in set_record_extent_bits()
[all …]
Dextent_map.c341 static void extent_map_device_set_bits(struct extent_map *em, unsigned bits) in extent_map_device_set_bits()
356 static void extent_map_device_clear_bits(struct extent_map *em, unsigned bits) in extent_map_device_clear_bits()
Dextent_io.h320 u64 end, unsigned bits) in clear_extent_bits()
339 u64 end, unsigned bits) in set_extent_bits()
Dsuper.c2030 int bits = dentry->d_sb->s_blocksize_bits; in btrfs_statfs() local
Dctree.h1327 #define DECLARE_BTRFS_SETGET_BITS(bits) \ argument
1344 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ argument
1372 #define BTRFS_SETGET_HEADER_FUNCS(name, type, member, bits) \ argument
1386 #define BTRFS_SETGET_STACK_FUNCS(name, type, member, bits) \ argument
/fs/crypto/
Dfname.c141 int i, bits = 0, ac = 0; in base64_encode() local
160 int i, bits = 0, ac = 0; in base64_decode() local
/fs/ocfs2/
Dlocalalloc.c244 int ocfs2_alloc_should_use_local(struct ocfs2_super *osb, u64 bits) in ocfs2_alloc_should_use_local()
1044 unsigned int bits; in ocfs2_recalc_la_window() local
Dreservations.c48 unsigned int bits; in ocfs2_resv_window_bits() local
Docfs2.h784 int bits = OCFS2_SB(sb)->s_clustersize_bits - sb->s_blocksize_bits; in ocfs2_block_to_cluster_start() local
/fs/nilfs2/
Dpage.c103 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.c764 int bits = uspi->s_apbshift; in ufs_max_bytes() local
/fs/ceph/
Dcaps.c975 int i, bits = 0; in __ceph_caps_file_wanted() local
4092 int bits = (fmode << 1) | 1; in __ceph_get_fmode() local
4107 int bits = (fmode << 1) | 1; in ceph_put_fmode() local
/fs/
Dselect.c625 void *bits; in core_sys_select() local
1179 void *bits; in compat_core_sys_select() local
/fs/erofs/
Dinternal.h259 unsigned int bits) in erofs_bitrange()
/fs/cifs/
Dcifsacl.c641 const struct cifs_sid *psid, __u64 nmode, umode_t bits) in fill_ace_for_sid()
/fs/ext2/
Dsuper.c750 static loff_t ext2_max_size(int bits) in ext2_max_size()
/fs/reiserfs/
Dsuper.c1376 static void handle_barrier_mode(struct super_block *s, unsigned long bits) in handle_barrier_mode()

12