Home
last modified time | relevance | path

Searched refs:bitmaps (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/fs/reiserfs/
Dresize.c94 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()
Djournal.c191 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/
Dsuper.c445 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()
Dhpfs.h85 secno bitmaps; /* pointers to free space bit maps */ member
/linux-2.4.37.9/include/linux/
Dreiserfs_fs_sb.h167 struct reiserfs_bitmap_node **bitmaps ; member
/linux-2.4.37.9/Documentation/filesystems/
Dext2.txt20 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
DLocking177 foo_get_block(). It's an overkill, since block bitmaps can be protected by
Dhpfs.txt37 bitmaps when accessing it).
/linux-2.4.37.9/fs/ext2/
DCHANGES117 that the blocks and inodes bitmaps are consistent with the free
/linux-2.4.37.9/Documentation/
Dkernel-docs.txt251 bitmaps, invariants...
/linux-2.4.37.9/fs/hfs/
DChangeLog2450 Deal with volume and b-tree bitmaps in preparation for writing.