Searched refs:udf_bitmap (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | udf_fs_sb.h | 42 struct udf_bitmap struct 54 struct udf_bitmap *s_bitmap; argument 59 struct udf_bitmap *s_bitmap;
|
/linux-2.4.37.9/fs/udf/ |
D | udf_sb.h | 63 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap = kmalloc(sizeof(struct udf_bitmap) +\ 69 sizeof(struct udf_bitmap) + sizeof(struct buffer_head *) * nr_groups);\
|
D | balloc.c | 90 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()
|
D | super.c | 1690 udf_count_free_bitmap(struct super_block *sb, struct udf_bitmap *bitmap) in udf_count_free_bitmap()
|