Searched refs:disk_bitmap (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.h101 * @disk_bitmap: the disk bitmap this resmap should refer to.
111 unsigned int clen, char *disk_bitmap);
H A Dreservations.c127 char *disk_bitmap = resmap->m_disk_bitmap; local
132 if (ocfs2_test_bit(start, disk_bitmap)) {
295 unsigned int clen, char *disk_bitmap)
304 resmap->m_disk_bitmap = disk_bitmap;
294 ocfs2_resmap_restart(struct ocfs2_reservation_map *resmap, unsigned int clen, char *disk_bitmap) argument

Completed in 97 milliseconds