HomeSort by: relevance | last modified time | path
    Searched defs:b_vp (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_lfs/
bufcache.h 84 struct uvnode *b_vp; /* File vnode. */ member in struct:ubuf
  /src/sys/miscfs/genfs/
genfs_rename.c 725 * a_dvp -> a_vp -> b_dvp -> b_vp,
729 * a_dvp -> b_dvp -> b_vp -> a_vp,
734 * locked when we lookup/lock/unlock b_vp if they turn out to be the
755 * . *b_vp is filled either with null or with the corresponding vnode,
757 * . the only pair of vnodes that may be identical is a_vp and b_vp.
760 * *a_vp, *b_dirent_ret, and *b_vp are left alone.
771 struct vnode *a_vp, *b_vp; local in function:genfs_rename_lock
840 * b_vp in case (a) the file system can only lookup/lock/unlock
841 * and (b) b_vp turns out to be the same file as a_vp due to
843 * we've looked up b_vp. Fortunately, if a_vp is
    [all...]
  /src/sys/sys/
buf.h 160 struct vnode *b_vp; /* c: file vnode */ member in struct:buf
sysctl.h 689 uint64_t b_vp; /* PTR: File vnode */ member in struct:buf_sysctl

Completed in 14 milliseconds