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

  /src/sys/fs/v7fs/
v7fs_inode.h 88 int v7fs_ilist_foreach(struct v7fs_self *, int (*)(struct v7fs_self *, void *,
v7fs_inode_util.c 95 v7fs_ilist_foreach function in typeref:typename:int
  /src/sbin/fsck_v7fs/
datablock.c 121 if ((ret = v7fs_ilist_foreach(fs, inode_subr, &(struct loop_context)
181 if ((ret = v7fs_ilist_foreach(fs, loopover_j, ctx)) ==
215 if ((ret = v7fs_ilist_foreach(fs, loopover_i, &(struct loop_context){
inode.c 141 if ((error = v7fs_ilist_foreach(fs, ilistcheck_subr, &arg)))
pathname.c 162 v7fs_ilist_foreach(fs, lookup_parent_from_file_subr, &arg);
299 return v7fs_ilist_foreach(fs, pathname_subr, 0);

Completed in 18 milliseconds