Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 25 of 30) sorted by relevance

12

/fs/udf/
Dballoc.c35 struct udf_bitmap *bitmap, unsigned int block, in read_block_bitmap()
54 struct udf_bitmap *bitmap, in __load_block_bitmap()
76 struct udf_bitmap *bitmap, in load_block_bitmap()
106 struct udf_bitmap *bitmap, in udf_bitmap_free_blocks()
172 struct udf_bitmap *bitmap, in udf_bitmap_prealloc_blocks()
222 struct udf_bitmap *bitmap, uint16_t partition, in udf_bitmap_new_block()
Dsuper.c277 static void udf_sb_free_bitmap(struct udf_bitmap *bitmap) in udf_sb_free_bitmap()
1069 struct udf_bitmap *bitmap; in udf_sb_alloc_bitmap() local
1140 struct udf_bitmap *bitmap = udf_sb_alloc_bitmap(sb, p_index); in udf_fill_partdesc_info() local
1175 struct udf_bitmap *bitmap = udf_sb_alloc_bitmap(sb, p_index); in udf_fill_partdesc_info() local
2366 struct udf_bitmap *bitmap) in udf_count_free_bitmap()
/fs/nfs/
Dnfs4xdr.c1189 static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr) in encode_getattr_one()
3118 static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_attr_bitmap()
3161 static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask) in decode_attr_supported()
3176 static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type) in decode_attr_type()
3204 uint32_t *bitmap, uint32_t *type) in decode_attr_fh_expire_type()
3225 static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change) in decode_attr_change()
3249 static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size) in decode_attr_size()
3272 static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_link_support()
3293 static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res) in decode_attr_symlink_support()
3314 static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid) in decode_attr_fsid()
[all …]
Dcallback_xdr.c123 static __be32 decode_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_bitmap()
498 uint32_t bitmap[2]; in decode_recallany_args() local
541 static __be32 encode_attr_bitmap(struct xdr_stream *xdr, const uint32_t *bitmap, __be32 **savep) in encode_attr_bitmap()
571 static __be32 encode_attr_change(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t change) in encode_attr_change()
584 static __be32 encode_attr_size(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t size) in encode_attr_size()
609 static __be32 encode_attr_ctime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_ctime()
616 static __be32 encode_attr_mtime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_mtime()
Dcallback.h65 uint32_t bitmap[2]; member
70 uint32_t bitmap[2]; member
/fs/hfs/
Dbitmap.c29 static u32 hfs_find_set_zero_bits(__be32 *bitmap, u32 size, u32 offset, u32 *max) in hfs_find_set_zero_bits()
141 void *bitmap; in hfs_vbm_search_free() local
Dhfs_fs.h108 __be32 *bitmap; /* The page holding the member
/fs/nilfs2/
Dalloc.c390 static int nilfs_palloc_find_available_slot(unsigned char *bitmap, in nilfs_palloc_find_available_slot()
513 unsigned char *bitmap; in nilfs_palloc_prepare_alloc_entry() local
613 unsigned char *bitmap; in nilfs_palloc_commit_free_entry() local
654 unsigned char *bitmap; in nilfs_palloc_abort_alloc_entry() local
738 unsigned char *bitmap; in nilfs_palloc_freev() local
/fs/ocfs2/
Dlocalalloc.c741 void *bitmap; in ocfs2_claim_local_alloc_bits() local
797 void *bitmap; in ocfs2_free_local_alloc_bits() local
849 void *bitmap = NULL; in ocfs2_local_alloc_find_clear_bits() local
977 void *bitmap; in ocfs2_sync_local_to_main() local
Docfs2.h869 static inline void _ocfs2_set_bit(unsigned int bit, unsigned long *bitmap) in _ocfs2_set_bit()
875 static inline void _ocfs2_clear_bit(unsigned int bit, unsigned long *bitmap) in _ocfs2_clear_bit()
899 static inline void ocfs2_set_bit_unaligned(int bit, void *bitmap) in ocfs2_set_bit_unaligned()
905 static inline void ocfs2_clear_bit_unaligned(int bit, void *bitmap) in ocfs2_clear_bit_unaligned()
911 static inline int ocfs2_test_bit_unaligned(int bit, void *bitmap) in ocfs2_test_bit_unaligned()
917 static inline int ocfs2_find_next_zero_bit_unaligned(void *bitmap, int max, in ocfs2_find_next_zero_bit_unaligned()
Dsuballoc.c1271 void *bitmap; in ocfs2_block_group_find_clear_bits() local
1333 void *bitmap = bg->bg_bitmap; in ocfs2_block_group_set_bits() local
2441 unsigned long *bitmap)) in _ocfs2_free_suballoc_bits()
2536 unsigned long *bitmap)) in _ocfs2_free_clusters()
Dreservations.c421 void *bitmap = resmap->m_disk_bitmap; in ocfs2_resmap_find_free_bits() local
/fs/reiserfs/
Dresize.c23 struct reiserfs_bitmap_info *bitmap; in reiserfs_resize() local
Dbitmap.c1416 unsigned int bitmap) in reiserfs_read_bitmap_block()
1456 struct reiserfs_bitmap_info *bitmap; in reiserfs_init_bitmap_cache() local
/fs/ext4/
Dmballoc.c506 static void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap) in mb_cmp_bitmaps()
537 static inline void mb_cmp_bitmaps(struct ext4_buddy *e4b, void *bitmap) in mb_cmp_bitmaps()
724 void *buddy, void *bitmap, ext4_group_t group) in ext4_mb_generate_buddy()
834 char *bitmap; in ext4_mb_init_cache() local
1356 static inline int mb_buddy_adjust_border(int* bit, void* bitmap, int side) in mb_buddy_adjust_border()
1941 void *bitmap = e4b->bd_bitmap; in ext4_mb_complex_scan_group() local
2003 void *bitmap = e4b->bd_bitmap; in ext4_mb_scan_aligned() local
3489 static void ext4_mb_generate_from_freelist(struct super_block *sb, void *bitmap, in ext4_mb_generate_from_freelist()
3513 void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap, in ext4_mb_generate_from_pa()
5148 void *bitmap; in ext4_trim_all_free() local
Dbitmap.c13 unsigned int ext4_count_free(char *bitmap, unsigned int numchars) in ext4_count_free()
Dialloc.c52 void ext4_mark_bitmap_end(int start_bit, int end_bit, char *bitmap) in ext4_mark_bitmap_end()
/fs/btrfs/
Dfree-space-cache.h27 unsigned long *bitmap; member
Dfree-space-cache.c525 void *bitmap) in io_ctl_add_entry()
554 static int io_ctl_add_bitmap(struct btrfs_io_ctl *io_ctl, void *bitmap) in io_ctl_add_bitmap()
1447 struct rb_node *node, int bitmap) in tree_insert_offset()
2212 struct btrfs_free_space *bitmap; in steal_from_bitmap_to_end() local
2245 struct btrfs_free_space *bitmap; in steal_from_bitmap_to_front() local
2545 bool bitmap; in __btrfs_return_cluster_to_free_space() local
3588 u64 offset, u64 bytes, bool bitmap) in test_add_free_space_entry()
/fs/xfs/libxfs/
Dxfs_ialloc_btree.c444 uint64_t bitmap = 0; in xfs_inobt_irec_to_allocmask() local
/fs/afs/
Ddir.c97 uint8_t bitmap[8]; member
/fs/f2fs/
Ddir.c451 int room_for_filename(const void *bitmap, int slots, int max_slots) in room_for_filename()
Dsegment.c3392 unsigned long *bitmap = SIT_I(sbi)->dirty_sentries_bitmap; in add_sits_in_set() local
3427 unsigned long *bitmap = sit_i->dirty_sentries_bitmap; in flush_sit_entries() local
/fs/ufs/
Dutil.h420 static inline unsigned find_last_zero_bit (unsigned char * bitmap, in find_last_zero_bit()
/fs/jfs/
Djfs_imap.c871 u32 bitmap, mask; in diFree() local

12