Searched refs:BIT_END (Results 1 – 4 of 4) sorted by relevance
60 else if (sec >= BIT_END(__iop)) in rb_find_sec()75 __u64 iop_s = BIT_START(iop), iop_e = BIT_END(iop); in rb_foreach()76 __u64 this_s = BIT_START(this), this_e = BIT_END(this); in rb_foreach()
45 (long long)BIT_START(iop), (long long)BIT_END(iop)); in bno_dump_write()
184 long long start = BIT_START(iop), end = BIT_END(iop); in seek_dist()
42 #define BIT_END(iop) ((iop)->t.sector + ((iop)->t.bytes >> 9)) macro