Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 31) 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.c537 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.c52 #define DEFINE_BTRFS_SETGET_BITS(bits) \ argument
Dextent_io.c124 static void add_extent_changeset(struct extent_state *state, unsigned bits, in add_extent_changeset()
411 struct extent_state *state, unsigned *bits) in set_state_cb()
418 struct extent_state *state, unsigned *bits) in clear_state_cb()
442 unsigned *bits, struct extent_changeset *changeset) in insert_state()
526 unsigned *bits, int wake, in clear_state_bit()
586 unsigned bits, int wake, int delete, in __clear_extent_bit()
759 unsigned long bits) in wait_extent_bit()
806 unsigned *bits, struct extent_changeset *changeset) in set_state_bits()
851 unsigned bits, unsigned exclusive_bits, in __set_extent_bit()
1057 unsigned bits, u64 * failed_start, in set_extent_bit()
[all …]
Dextent_io.h319 u64 end, unsigned bits) in clear_extent_bits()
337 u64 end, unsigned bits) in set_extent_bits()
Dsuper.c2039 int bits = dentry->d_sb->s_blocksize_bits; in btrfs_statfs() local
Dctree.h1471 #define DECLARE_BTRFS_SETGET_BITS(bits) \ argument
1495 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ argument
1523 #define BTRFS_SETGET_HEADER_FUNCS(name, type, member, bits) \ argument
1537 #define BTRFS_SETGET_STACK_FUNCS(name, type, member, bits) \ argument
Dsend.c587 #define TLV_PUT_DEFINE_INT(bits) \ argument
628 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument
Dfree-space-cache.c1757 unsigned long bits, i; in search_bitmap() local
/fs/crypto/
Dfname.c144 int i = 0, bits = 0, ac = 0; in digest_encode() local
164 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()
1061 unsigned int bits; in ocfs2_recalc_la_window() local
Dreservations.c56 unsigned int bits; in ocfs2_resv_window_bits() local
Docfs2.h787 int bits = OCFS2_SB(sb)->s_clustersize_bits - sb->s_blocksize_bits; in ocfs2_block_to_cluster_start() local
/fs/nilfs2/
Dpage.c112 unsigned long bits; in nilfs_copy_buffer() 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/hpfs/
Dsuper.c135 unsigned long *bits; in hpfs_count_one_bitmap() local
/fs/
Dselect.c604 void *bits; in core_sys_select() local
1201 void *bits; in compat_core_sys_select() local
/fs/ceph/
Dcaps.c859 int i, bits = 0; in __ceph_caps_file_wanted() local
3884 int bits = (fmode << 1) | 1; in __ceph_get_fmode() local
3899 int bits = (fmode << 1) | 1; in ceph_put_fmode() local
/fs/ufs/
Dsuper.c760 int bits = uspi->s_apbshift; in ufs_max_bytes() local
/fs/cifs/
Dcifsacl.c641 const struct cifs_sid *psid, __u64 nmode, umode_t bits) in fill_ace_for_sid()
/fs/ext2/
Dsuper.c753 static loff_t ext2_max_size(int bits) in ext2_max_size()
/fs/reiserfs/
Dsuper.c1383 static void handle_barrier_mode(struct super_block *s, unsigned long bits) in handle_barrier_mode()

12