/src/sys/fs/unionfs/ |
unionfs_subr.c | 558 struct vnode *wvp; local in function:unionfs_mkwhiteout 565 wvp = NULLVP; 566 if ((error = unionfs_relookup(dvp, &wvp, cnp, &cn, &pnbuf, 569 if (wvp != NULLVP) { 571 if (dvp == wvp) 572 vrele(wvp); 574 vput(wvp);
|
unionfs_subr.c | 558 struct vnode *wvp; local in function:unionfs_mkwhiteout 565 wvp = NULLVP; 566 if ((error = unionfs_relookup(dvp, &wvp, cnp, &cn, &pnbuf, 569 if (wvp != NULLVP) { 571 if (dvp == wvp) 572 vrele(wvp); 574 vput(wvp);
|
/src/sys/compat/linux/common/ |
linux_inotify.c | 429 struct vnode *wvp; local in function:linux_sys_inotify_add_watch 461 error = namei_simple_user(SCARG(uap, pathname), sflags, &wvp); 481 if (error == 0 && cur_fp->f_vnode == wvp)
|
linux_inotify.c | 429 struct vnode *wvp; local in function:linux_sys_inotify_add_watch 461 error = namei_simple_user(SCARG(uap, pathname), sflags, &wvp); 481 if (error == 0 && cur_fp->f_vnode == wvp)
|