v7fs_datablock_foreach
if ((ret = v7fs_datablock_foreach(fs, p, datablock_subr, ctx)) ==
if ((ret = v7fs_datablock_foreach(fs, p, datablock_i_j, ctx)) ==
if ((ret = v7fs_datablock_foreach(fs, inode, datablock_i, ctx)) ==
v7fs_datablock_foreach(fs, p, lookup_child_subr, &arg);
v7fs_datablock_foreach(fs, p, lookup_parent_from_dir_subr, &arg);
int v7fs_datablock_foreach(struct v7fs_self *, struct v7fs_inode *,
if ((error = v7fs_datablock_foreach(fs, parent_dir, remove_subr,
if ((error = v7fs_datablock_foreach(fs, parent_dir, lookup_subr,
if ((error = v7fs_datablock_foreach(fs, self_dir, replace_subr,
ret = v7fs_datablock_foreach(fs, parent_dir, lookup_by_number_subr,
v7fs_datablock_foreach(fs, &inode, lookup_parent_from_dir_subr,
error = v7fs_datablock_foreach(fs, inode, readdir_subr, &arg);
error = v7fs_datablock_foreach(fs, &inode, copy_subr,