Home
last modified time | relevance | path

Searched refs:udf_bitmap (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dudf_fs_sb.h42 struct udf_bitmap struct
54 struct udf_bitmap *s_bitmap; argument
59 struct udf_bitmap *s_bitmap;
/linux-2.4.37.9/fs/udf/
Dudf_sb.h63 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap = kmalloc(sizeof(struct udf_bitmap) +\
69 sizeof(struct udf_bitmap) + sizeof(struct buffer_head *) * nr_groups);\
Dballoc.c90 struct udf_bitmap *bitmap, unsigned int block, unsigned long bitmap_nr) in read_block_bitmap()
109 struct udf_bitmap *bitmap, unsigned int block_group) in __load_block_bitmap()
131 struct udf_bitmap *bitmap, unsigned int block_group) in load_block_bitmap()
148 struct udf_bitmap *bitmap, lb_addr bloc, uint32_t offset, uint32_t count) in udf_bitmap_free_blocks()
223 struct udf_bitmap *bitmap, uint16_t partition, uint32_t first_block, in udf_bitmap_prealloc_blocks()
287 struct udf_bitmap *bitmap, uint16_t partition, uint32_t goal, int *err) in udf_bitmap_new_block()
Dsuper.c1690 udf_count_free_bitmap(struct super_block *sb, struct udf_bitmap *bitmap) in udf_count_free_bitmap()