OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULFS_NIADDR
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_bmap.c
143
struct indir a[
ULFS_NIADDR
+ 1], *xap;
374
* at the given level of indirection, and
ULFS_NIADDR
- i is the number
379
for (lbc = 0, i =
ULFS_NIADDR
;; i--, bn -= blockcnt) {
391
metalbn = -((realbn >= 0 ? realbn : -realbn) - bn +
ULFS_NIADDR
- i);
400
ap->in_off = off =
ULFS_NIADDR
- i;
403
for (++numlevels; i <=
ULFS_NIADDR
; i++) {
lfs_inode.c
210
/* VOP_BWRITE 1 +
ULFS_NIADDR
+ lfs_balloc == 2 + 2*
ULFS_NIADDR
times */
217
daddr_t bn, lbn, lastiblock[
ULFS_NIADDR
], indir_lbn[
ULFS_NIADDR
];
219
daddr_t newblks[ULFS_NDADDR +
ULFS_NIADDR
] __diagused;
316
lfs_btofsb(fs, (
ULFS_NIADDR
+ 2) << lfs_sb_getbshift(fs)));
322
-lfs_btofsb(fs, (
ULFS_NIADDR
+ 2) << lfs_sb_getbshift(fs)));
336
lfs_btofsb(fs, (2 *
ULFS_NIADDR
+ 3) << lfs_sb_getbshift(fs)))) != 0)
364
-lfs_btofsb(fs, (2 *
ULFS_NIADDR
+ 3) << lfs_sb_getbshift(fs)));
405
-lfs_btofsb(fs, (2 *
ULFS_NIADDR
+ 3) << lfs_sb_getbshift(fs)))
[
all
...]
ulfs_readwrite.c
469
lfs_btofsb(fs, (
ULFS_NIADDR
+ 1) << lfs_sb_getbshift(fs)));
500
-lfs_btofsb(fs, (
ULFS_NIADDR
+ 1) << lfs_sb_getbshift(fs)));
507
-lfs_btofsb(fs, (
ULFS_NIADDR
+ 1) << lfs_sb_getbshift(fs)));
lfs_debug.c
213
for (i = 0; i <
ULFS_NIADDR
; i++)
lfs.h
205
#define
ULFS_NIADDR
3 /* Indirect addresses in inode. */
444
int32_t di_ib[
ULFS_NIADDR
]; /* 88: Indirect disk blocks. */
476
int64_t di_ib[
ULFS_NIADDR
]; /* 208: Indirect disk blocks. */
lfs_accessors.h
437
#define LFS32_MAXSYMLINKLEN ((ULFS_NDADDR +
ULFS_NIADDR
) * sizeof(int32_t))
438
#define LFS64_MAXSYMLINKLEN ((ULFS_NDADDR +
ULFS_NIADDR
) * sizeof(int64_t))
523
KASSERT(ix <
ULFS_NIADDR
);
546
KASSERT(ix <
ULFS_NIADDR
);
1534
* directory direct block (1) +
ULFS_NIADDR
indirect blocks + inode block (1) +
1535
* ifile direct block (1) +
ULFS_NIADDR
indirect blocks = 3 + 2 *
ULFS_NIADDR
blocks.
1537
#define LFS_NRESERVE(F) (lfs_btofsb((F), (2 *
ULFS_NIADDR
+ 3) << lfs_sb_getbshift(F)))
lfs_balloc.c
118
/* VOP_BWRITE
ULFS_NIADDR
+2 times */
128
struct indir indirs[
ULFS_NIADDR
+2], *idp;
lfs_rfw.c
217
struct indir a[
ULFS_NIADDR
];
lfs_segment.c
1249
for (i=0; i<
ULFS_NIADDR
; i++) {
1530
struct indir a[
ULFS_NIADDR
+ 2], *ap;
lfs_vfsops.c
2427
for ( ; i < ULFS_NDADDR +
ULFS_NIADDR
; i++) {
/src/sbin/fsck_lfs/
lfs.c
159
struct indir a[
ULFS_NIADDR
+ 1], *xap;
251
* given level of indirection, and
ULFS_NIADDR
- i is the number of levels
255
for (lbc = 0, i =
ULFS_NIADDR
;; i--, bn -= blockcnt) {
267
metalbn = -((realbn >= 0 ? realbn : -realbn) - bn +
ULFS_NIADDR
- i);
274
ap->in_off = off =
ULFS_NIADDR
- i;
277
for (++numlevels; i <=
ULFS_NIADDR
; i++) {
1037
struct indir indirs[
ULFS_NIADDR
+2], *idp;
pass1.c
176
for (i=0; i<
ULFS_NIADDR
; i++) {
274
for (; j <
ULFS_NIADDR
; j++)
inode.c
195
for (n = 1; n <=
ULFS_NIADDR
; n++) {
371
blks = ULFS_NDADDR +
ULFS_NIADDR
;
pass6.c
78
struct indir a[
ULFS_NIADDR
+ 2], *ap;
396
for (i = 0; i <
ULFS_NIADDR
; i++) {
769
for (k=0; k<
ULFS_NIADDR
; k++) {
segwrite.c
455
struct indir a[
ULFS_NIADDR
+ 2], *ap;
/src/usr.sbin/dumplfs/
dumplfs.c
576
for (i = 0; i <
ULFS_NIADDR
; i++)
/src/libexec/lfs_cleanerd/
lfs_cleanerd.c
1032
struct indir in[
ULFS_NIADDR
+ 1];
Completed in 29 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025