Lines Matching refs:v7fs_daddr_t
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)
205 v7fs_daddr_t blk;
274 v7fs_daddr_t ilist_size;
276 v7fs_daddr_t volume_size = mount->sectors;