/fs/ocfs2/cluster/ |
D | masklog.h | 134 #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
|
D | heartbeat.c | 406 unsigned int bits = reg->hr_block_bits; in o2hb_setup_one_bio() local
|
/fs/jffs2/ |
D | compr_rubin.c | 44 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/ |
D | struct-funcs.c | 52 #define DEFINE_BTRFS_SETGET_BITS(bits) \ argument
|
D | extent_io.c | 338 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 …]
|
D | super.c | 1497 int bits = dentry->d_sb->s_blocksize_bits; in btrfs_statfs() local
|
D | ctree.h | 1985 #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
|
D | free-space-cache.c | 1442 unsigned long bits, i; in search_bitmap() local
|
/fs/minix/ |
D | bitmap.c | 99 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
|
D | minix.h | 90 static inline unsigned minix_blocks_needed(unsigned bits, unsigned blocksize) in minix_blocks_needed()
|
/fs/ext4/ |
D | crypto_fname.c | 213 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/ |
D | localalloc.c | 258 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
|
D | reservations.c | 56 unsigned int bits; in ocfs2_resv_window_bits() local
|
D | ocfs2.h | 749 int bits = OCFS2_SB(sb)->s_clustersize_bits - sb->s_blocksize_bits; in ocfs2_block_to_cluster_start() local
|
/fs/ |
D | seq_file.c | 546 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()
|
D | select.c | 523 void *bits; in core_sys_select() local
|
D | compat.c | 1224 void *bits; in compat_core_sys_select() local
|
/fs/nilfs2/ |
D | page.c | 118 unsigned long bits; in nilfs_copy_buffer() local
|
/fs/f2fs/ |
D | super.c | 378 loff_t max_file_size(unsigned bits) in max_file_size()
|
/fs/hpfs/ |
D | super.c | 121 unsigned long *bits; in hpfs_count_one_bitmap() local
|
/fs/ubifs/ |
D | lpt.c | 60 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/ |
D | cifsacl.c | 520 const struct cifs_sid *psid, __u64 nmode, umode_t bits) in fill_ace_for_sid()
|
/fs/ext2/ |
D | super.c | 700 static loff_t ext2_max_size(int bits) in ext2_max_size()
|
/fs/reiserfs/ |
D | super.c | 1250 static void handle_barrier_mode(struct super_block *s, unsigned long bits) in handle_barrier_mode()
|
/fs/ext3/ |
D | super.c | 1568 static loff_t ext3_max_size(int bits) in ext3_max_size()
|