/fs/ocfs2/cluster/ |
D | masklog.h | 118 #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/ |
D | compr_rubin.c | 44 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/ |
D | bitmap.c | 716 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
|
D | index.c | 362 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()
|
D | ntfs_fs.h | 950 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()
|
D | file.c | 118 u8 bits; in ntfs_extend_initialized_size() local
|
/fs/minix/ |
D | bitmap.c | 100 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
|
D | minix.h | 91 static inline unsigned minix_blocks_needed(unsigned bits, unsigned blocksize) in minix_blocks_needed()
|
/fs/btrfs/ |
D | struct-funcs.c | 55 #define DEFINE_BTRFS_SETGET_BITS(bits) \ argument
|
D | extent_io.c | 150 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 …]
|
D | extent_map.c | 356 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()
|
D | extent-io-tree.h | 157 u64 end, u32 bits) in clear_extent_bits() 177 u64 end, u32 bits) in set_extent_bits()
|
/fs/crypto/ |
D | fname.c | 204 int bits = 0; in fscrypt_base64url_encode() local 239 int bits = 0; in fscrypt_base64url_decode() local
|
/fs/ocfs2/ |
D | localalloc.c | 242 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
|
D | reservations.c | 43 unsigned int bits; in ocfs2_resv_window_bits() local
|
/fs/ntfs3/lib/ |
D | decompress_common.h | 128 u32 bits = bitstream_peek_bits(is, num_bits); in bitstream_pop_bits() local
|
/fs/nilfs2/ |
D | page.c | 102 unsigned long bits; in nilfs_copy_buffer() local
|
/fs/hpfs/ |
D | super.c | 136 unsigned long *bits; in hpfs_count_one_bitmap() local
|
/fs/ubifs/ |
D | lpt.c | 48 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/ |
D | super.c | 763 int bits = uspi->s_apbshift; in ufs_max_bytes() local
|
/fs/ |
D | select.c | 628 void *bits; in core_sys_select() local 1198 void *bits; in compat_core_sys_select() local
|
/fs/ceph/ |
D | caps.c | 1020 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/ |
D | smbacl.c | 195 umode_t mode, umode_t bits) in fill_ace_for_sid()
|
/fs/ext2/ |
D | super.c | 732 static loff_t ext2_max_size(int bits) in ext2_max_size()
|
/fs/erofs/ |
D | internal.h | 293 unsigned int bits) in erofs_bitrange()
|