OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tbn
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ata/
ld_ataraid.c
402
daddr_t bn, cbn,
tbn
, off;
local in function:ld_ataraid_start_raid0
416
tbn
= bn / aai->aai_interleave;
419
if (__predict_false(
tbn
== aai->aai_capacity /
423
(
tbn
* aai->aai_interleave)) /
426
cbn = ((
tbn
/ aai->aai_width) * aai->aai_interleave) +
430
comp =
tbn
% aai->aai_width;
431
cbn = ((
tbn
/ aai->aai_width) * aai->aai_interleave) +
/src/sys/ufs/lfs/
lfs_vnops.c
1450
daddr_t
tbn
;
local in function:lfs_strategy
1495
tbn
= LFS_DBTOFSB(fs, bp->b_blkno);
1496
sn = lfs_dtosn(fs,
tbn
);
1500
tbn
>= fs->lfs_cleanint[i]) {
1508
fs->lfs_cleanint[i], sn,
tbn
));
Completed in 14 milliseconds
Indexes created Tue Oct 14 00:09:49 GMT 2025