Searched refs:dupidx (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_v7fs/
H A Ddatablock.c239 replace_block_direct(struct v7fs_self *fs, struct v7fs_inode *p, int dupidx, argument
244 oldblk = p->addr[dupidx];
245 p->addr[dupidx] = newblk;
262 replace_block_indexed(struct v7fs_self *fs, v7fs_daddr_t listblk, int dupidx, argument
272 oldblk = V7FS_VAL32(fs, list[dupidx]);
273 list[dupidx] = V7FS_VAL32(fs, newblk);

Completed in 105 milliseconds