HomeSort by: relevance | last modified time | path
    Searched refs:v7fs_daddr_t (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_datablock.h 36 bool datablock_number_sanity(const struct v7fs_self *, v7fs_daddr_t);
37 int v7fs_datablock_allocate(struct v7fs_self *, v7fs_daddr_t *);
39 int (*)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *);
40 v7fs_daddr_t v7fs_datablock_last(struct v7fs_self *, struct v7fs_inode *,
48 v7fs_daddr_t index[3];
v7fs_endian.c 70 static v7fs_daddr_t val24_reverse_order_read(uint8_t *);
71 static void val24_reverse_order_write(v7fs_daddr_t, uint8_t *);
72 static v7fs_daddr_t val24_pdp_read(uint8_t *);
73 static void val24_pdp_write(v7fs_daddr_t, uint8_t *);
117 static v7fs_daddr_t
128 val24_reverse_order_write(v7fs_daddr_t addr, uint8_t *a)
141 static v7fs_daddr_t
149 val24_pdp_write(v7fs_daddr_t addr, uint8_t *a)
206 v7fs_daddr_t
209 /*(v7fs_daddr_t)cast is required for int 16bit system. *
    [all...]
v7fs_datablock.c 65 static int v7fs_datablock_deallocate(struct v7fs_self *, v7fs_daddr_t);
66 static int v7fs_loop1(struct v7fs_self *, v7fs_daddr_t, size_t *,
67 int (*)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *);
68 static int v7fs_loop2(struct v7fs_self *, v7fs_daddr_t, size_t *,
69 int (*)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *);
70 static v7fs_daddr_t v7fs_link(struct v7fs_self *, v7fs_daddr_t, int);
71 static v7fs_daddr_t v7fs_add_leaf(struct v7fs_self *, v7fs_daddr_t, int);
72 static v7fs_daddr_t v7fs_unlink(struct v7fs_self *, v7fs_daddr_t, int)
    [all...]
v7fs.h 72 typedef uint32_t v7fs_daddr_t; typedef in typeref:typename:uint32_t
101 v7fs_daddr_t volume_size;
103 v7fs_daddr_t freeblock[V7FS_MAX_FREEBLOCK]; /* cache. */
111 v7fs_daddr_t total_freeblock;
122 #define V7FS_DADDR_PER_BLOCK (V7FS_BSIZE / sizeof(v7fs_daddr_t))
125 v7fs_daddr_t freeblock[V7FS_MAX_FREEBLOCK];
v7fs_superblock.h 40 int v7fs_freeblock_update(struct v7fs_self *, v7fs_daddr_t);
v7fs_endian.h 37 v7fs_daddr_t val24_normal_order_read(uint8_t *);
38 void val24_normal_order_write(v7fs_daddr_t, uint8_t *);
v7fs_inode.c 67 v7fs_ino_t, v7fs_daddr_t *, v7fs_daddr_t *);
70 v7fs_daddr_t);
73 v7fs_inode_block_sanity(const struct v7fs_superblock *sb, v7fs_daddr_t blk)
223 v7fs_daddr_t blk, ofs;
253 v7fs_daddr_t blk;
254 v7fs_daddr_t ofs;
281 __unused, v7fs_ino_t n, v7fs_daddr_t *block,
282 v7fs_daddr_t *offset)
284 v7fs_daddr_t ofs, blk
    [all...]
v7fs_file.c 65 static int lookup_subr(struct v7fs_self *, void *, v7fs_daddr_t, size_t);
66 static int remove_subr(struct v7fs_self *, void *, v7fs_daddr_t, size_t);
94 lookup_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
189 v7fs_daddr_t blk = inode.addr[0];
281 v7fs_daddr_t blk;
336 v7fs_daddr_t lastblk;
381 remove_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
v7fs_file_util.c 61 static int replace_subr(struct v7fs_self *, void *, v7fs_daddr_t, size_t);
62 static int lookup_by_number_subr(struct v7fs_self *, void *, v7fs_daddr_t,
66 v7fs_daddr_t, size_t);
103 v7fs_daddr_t blk = p->addr[0]; /* 1block only. */
203 replace_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
249 lookup_by_number_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
321 lookup_parent_from_dir_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
v7fs_impl.h 56 v7fs_daddr_t (*conv24read)(uint8_t *);
57 void (*conv24write)(v7fs_daddr_t, uint8_t *);
v7fs_inode.h 52 v7fs_daddr_t addr[V7FS_NADDR]; /* data block address list */
v7fs_superblock.c 143 v7fs_freeblock_update(struct v7fs_self *fs, v7fs_daddr_t blk)
244 v7fs_daddr_t *dfrom = from->freeblock;
245 v7fs_daddr_t *dto = to->freeblock;
v7fs_vnops.c 927 static int readdir_subr(struct v7fs_self *, void *, v7fs_daddr_t, size_t);
930 readdir_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
1104 v7fs_daddr_t blk;
1346 v7fs_daddr_t blk = inode->addr[0];
  /src/usr.sbin/makefs/
v7fs_makefs.h 38 v7fs_daddr_t npuredatablk; /* for progress bar */
  /src/sbin/fsck_v7fs/
datablock.c 50 v7fs_daddr_t);
55 v7fs_daddr_t blk;
62 freeblock_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t freeblk)
80 datablock_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
133 datablock_i_j(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz
173 datablock_i(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
226 copy_block(struct v7fs_self *fs, v7fs_daddr_t dst, v7fs_daddr_t src)
240 v7fs_daddr_t newblk)
242 v7fs_daddr_t oldblk
    [all...]
fsck_v7fs.h 70 void freeblock_dup_remove(struct v7fs_self *, v7fs_daddr_t);
73 int (*)(struct v7fs_self *, void *, v7fs_daddr_t), void *);
freeblock.c 49 v7fs_daddr_t i;
50 v7fs_daddr_t j;
51 v7fs_daddr_t blk;
56 v7fs_daddr_t blk __unused)
65 freeblock_subr_j(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk)
94 freeblock_subr_i(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk)
133 freeblock_dup_remove(struct v7fs_self *fs, v7fs_daddr_t dupblk)
139 v7fs_daddr_t blk;
208 int (*func)(struct v7fs_self *, void *, v7fs_daddr_t), void *ctx)
214 v7fs_daddr_t blk
    [all...]
pathname.c 84 lookup_child_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
169 lookup_parent_from_dir_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
  /src/sbin/newfs_v7fs/
main.c 60 static v7fs_daddr_t
61 determine_ilist_size(v7fs_daddr_t volume_size, int32_t files)
63 v7fs_daddr_t ilist_size;
69 if (ilist_size > (v7fs_daddr_t)V7FS_ILISTBLK_MAX)
129 v7fs_daddr_t blk = inode.addr[0];
159 static v7fs_daddr_t
160 make_freeblocklist(struct v7fs_self *fs, v7fs_daddr_t listblk, uint8_t *buf)
178 sizeof(v7fs_daddr_t));
201 make_filesystem(struct v7fs_self *fs, v7fs_daddr_t volume_size,
202 v7fs_daddr_t ilist_size
    [all...]
  /src/usr.sbin/makefs/v7fs/
v7fs_estimate.c 58 v7fs_daddr_t ndatablock;
60 v7fs_daddr_t npuredatablk;
66 v7fs_datablock_size(off_t sz, v7fs_daddr_t *nblk)
131 v7fs_daddr_t nblk;
176 static v7fs_daddr_t
179 v7fs_daddr_t fs_blk, ilist_blk;
194 v7fs_daddr_t nblk = geom->ndatablock;
195 v7fs_daddr_t fsblk, n;
257 v7fs_daddr_t nblk;
v7fs_populate.c 115 copy_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)

Completed in 50 milliseconds