Searched refs:bh_off (Results 1 – 2 of 2) sorted by relevance
203 u32 bh_next, bh_off, z_end; in ntfs_zero_range() local223 bh_off = 0; in ntfs_zero_range()225 bh_next = bh_off + blocksize; in ntfs_zero_range()227 if (bh_next <= z_start || bh_off >= z_end) in ntfs_zero_range()258 } while (bh_off = bh_next, iblock += 1, in ntfs_zero_range()314 u32 bh_off = 0; in ntfs_sparse_cluster() local318 u32 bh_next = bh_off + blocksize; in ntfs_sparse_cluster()320 if (from <= bh_off && bh_next <= to) { in ntfs_sparse_cluster()326 bh_off = bh_next; in ntfs_sparse_cluster()
448 int bh_off; in trace_print_lat_fmt() local454 bh_off = entry->flags & TRACE_FLAG_BH_OFF; in trace_print_lat_fmt()457 (entry->flags & TRACE_FLAG_IRQS_OFF && bh_off) ? 'D' : in trace_print_lat_fmt()459 bh_off ? 'b' : in trace_print_lat_fmt()