OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndaddr
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/acorn32/stand/lib/
riscosdisk.c
121
uint32_t daddr,
ndaddr
;
local
134
&rd->privword, &
ndaddr
, &nbuf, &resid)) != NULL)
139
&rd->privword, &
ndaddr
, &nbuf, &resid)) != NULL)
146
size, NULL, &rd->privword, &
ndaddr
, &nbuf, &resid)) !=
/src/sys/ufs/lfs/
lfs_rfw.c
219
daddr_t
ndaddr
, size_t size, struct lwp *l)
236
(int)ino, (int)lbn, (int)size, (uintmax_t)
ndaddr
));
300
lfs_update_single(fs, NULL, vp, lbn,
ndaddr
, size);
302
LFS_SEGENTRY(sup, fs, lfs_dtosn(fs,
ndaddr
), bp);
305
(intmax_t)lfs_dtosn(fs,
ndaddr
),
309
(intmax_t)
ndaddr
));
311
LFS_WRITESEGENTRY(sup, fs, lfs_dtosn(fs,
ndaddr
), bp);
336
if (LFS_DBTOFSB(fs, odaddr) !=
ndaddr
)
338
" to %jd\n", (intmax_t)ino, (intmax_t)lbn, (intmax_t)
ndaddr
));
lfs_segment.c
922
lfs_update_iaddr(struct lfs *fs, struct inode *ip, daddr_t
ndaddr
)
934
newsn = (
ndaddr
== LFS_UNUSED_DADDR ? -1 : lfs_dtosn(fs,
ndaddr
));
940
lfs_sb_setidaddr(fs,
ndaddr
);
946
lfs_if_setdaddr(fs, ifp,
ndaddr
);
979
(intmax_t)ino, (intmax_t)
ndaddr
));
1492
(n), ip->i_number, lbn,
ndaddr
, daddr)); \
1500
* Change the given block's address to
ndaddr
, finding its previous
1511
struct vnode *vp, daddr_t lbn, daddr_t
ndaddr
, int size)
1525
KASSERTMSG(sp == NULL || lfs_dtosn(fs,
ndaddr
)
[
all
...]
/src/sbin/fsck_lfs/
pass6.c
68
* Change the given block's address to
ndaddr
, finding its previous
74
rfw_update_single(struct uvnode *vp, daddr_t lbn, daddr_t
ndaddr
, size_t size)
109
lfs_dino_setdb(fs, ip->i_din, lbn,
ndaddr
);
116
lfs_dino_setib(fs, ip->i_din, a[0].in_off,
ndaddr
);
128
lfs_iblock_set(fs, bp->b_data, ap->in_off,
ndaddr
);
171
sn = lfs_dtosn(fs,
ndaddr
);
segwrite.c
444
* Change the given block's address to
ndaddr
, finding its previous
451
daddr_t
ndaddr
, int size)
486
lfs_dino_setdb(fs, ip->i_din, lbn,
ndaddr
);
493
lfs_dino_setib(fs, ip->i_din, a[0].in_off,
ndaddr
);
505
lfs_iblock_set(fs, bp->b_data, ap->in_off,
ndaddr
);
Completed in 23 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026