Searched refs:m_bitmap_len (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.h56 u32 m_bitmap_len; /* Number of valid member in struct:ocfs2_reservation_map
H A Dreservations.c94 osb->dev_str, resmap->m_bitmap_len);
173 if (ocfs2_resv_end(resv) >= resmap->m_bitmap_len) {
221 /* m_bitmap_len is initialized to zero by the above memset. */
303 resmap->m_bitmap_len = clen;
427 wanted, search_start, search_len, resmap->m_bitmap_len);
432 while ((offset = ocfs2_find_next_zero_bit(bitmap, resmap->m_bitmap_len,
505 resmap->m_bitmap_len - goal,
595 gap_len = resmap->m_bitmap_len - gap_start;
596 gap_end = resmap->m_bitmap_len - 1;
710 if (goal >= resmap->m_bitmap_len)
[all...]

Completed in 50 milliseconds