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

/fs/ocfs2/
H A Dsuballoc.c67 unsigned int sr_bit_offset; /* The bit in the bg */ member in struct:ocfs2_suballoc_result
79 return ocfs2_which_suballoc_group(res->sr_blkno, res->sr_bit_offset);
1330 res->sr_bit_offset = best_offset;
1525 res->sr_bit_offset +
1572 res->sr_bit_offset + res->sr_bits;
1634 if (res->sr_bit_offset < bitoff)
1636 if (res->sr_bit_offset >= (bitoff + bitcount))
1639 (res->sr_bit_offset - bitoff);
1640 if ((res->sr_bit_offset + res->sr_bits) > (bitoff + bitcount))
1641 res->sr_bits = (bitoff + bitcount) - res->sr_bit_offset;
[all...]

Completed in 26 milliseconds