Home
last modified time | relevance | path

Searched refs:bh_off (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ntfs3/
Dfile.c203 u32 bh_next, bh_off, z_end; in ntfs_zero_range() local
223 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() local
318 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()
/linux-6.1.9/kernel/trace/
Dtrace_output.c448 int bh_off; in trace_print_lat_fmt() local
454 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()