Searched refs:bitmaps (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | resize.c | 94 memcpy(jbitmap[i].bitmaps, jb->bitmaps, copy_size) ; in reiserfs_resize() 100 node_tmp = jb->bitmaps ; in reiserfs_resize() 101 jb->bitmaps = jbitmap[i].bitmaps ; in reiserfs_resize()
|
D | journal.c | 191 if (!jb->bitmaps[bmap_nr]) { in set_bit_in_list_bitmap() 192 jb->bitmaps[bmap_nr] = get_bitmap_node(p_s_sb) ; in set_bit_in_list_bitmap() 194 set_bit(bit_nr, (unsigned long *)jb->bitmaps[bmap_nr]->data) ; in set_bit_in_list_bitmap() 201 if (jb->bitmaps == NULL) in cleanup_bitmap_list() 205 if (jb->bitmaps[i]) { in cleanup_bitmap_list() 206 free_bitmap_node(p_s_sb, jb->bitmaps[i]) ; in cleanup_bitmap_list() 207 jb->bitmaps[i] = NULL ; in cleanup_bitmap_list() 223 vfree(jb->bitmaps) ; in free_list_bitmaps() 224 jb->bitmaps = NULL ; in free_list_bitmaps() 260 jb->bitmaps = vmalloc( mem ) ; in reiserfs_allocate_list_bitmaps() [all …]
|
/linux-2.4.37.9/fs/hpfs/ |
D | super.c | 445 s->s_hpfs_bitmaps = superblock->bitmaps; in hpfs_read_super() 467 if (!(s->s_hpfs_bmp_dir = hpfs_load_bitmap_directory(s, superblock->bitmaps))) in hpfs_read_super() 516 hpfs_chk_sectors(s, superblock->bitmaps, 4, "bitmaps")) { in hpfs_read_super()
|
D | hpfs.h | 85 secno bitmaps; /* pointers to free space bit maps */ member
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs_sb.h | 167 struct reiserfs_bitmap_node **bitmaps ; member
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | ext2.txt | 20 check=none, nocheck (*) Don't do extra checking of bitmaps on mount 73 The block(s) following the bitmaps in each block group are designated 233 which would leading to inconsistent bitmaps. An old kernel would also
|
D | Locking | 177 foo_get_block(). It's an overkill, since block bitmaps can be protected by
|
D | hpfs.txt | 37 bitmaps when accessing it).
|
/linux-2.4.37.9/fs/ext2/ |
D | CHANGES | 117 that the blocks and inodes bitmaps are consistent with the free
|
/linux-2.4.37.9/Documentation/ |
D | kernel-docs.txt | 251 bitmaps, invariants...
|
/linux-2.4.37.9/fs/hfs/ |
D | ChangeLog | 2450 Deal with volume and b-tree bitmaps in preparation for writing.
|