Home
last modified time | relevance | path

Searched refs:tnch (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/kern/
H A Dvfs_default.c958 struct nchandle *tnch; in vop_compat_nrename() local
1023 tnch = ap->a_tnch; /* locked namecache node */ in vop_compat_nrename()
1024 tncp = tnch->ncp; in vop_compat_nrename()
1063 cache_rename(fnch, tnch); in vop_compat_nrename()
1072 cache_rename(fnch, tnch); in vop_compat_nrename()
H A Dvfs_syscalls.c1856 struct nchandle nch, onch, tnch; in sys_fchdir() local
1883 error = nlookup_mp(mp, &tnch); in sys_fchdir()
1885 cache_unlock(&tnch); /* leave ref intact */ in sys_fchdir()
1887 vp = tnch.ncp->nc_vp; in sys_fchdir()
1891 nch = tnch; in sys_fchdir()
H A Dvfs_vopops.c1722 struct nchandle *fnch, struct nchandle *tnch, in vop_nrename() argument
1733 ap.a_tnch = tnch; in vop_nrename()
H A Dvfs_cache.c2085 cache_rename(struct nchandle *fnch, struct nchandle *tnch) in cache_rename() argument
2088 struct namecache *tncp = tnch->ncp; in cache_rename()
/dflybsd-src/sys/sys/
H A Dnamecache.h243 void cache_rename(struct nchandle *fnch, struct nchandle *tnch);
H A Dvfsops.h889 struct nchandle *fnch, struct nchandle *tnch,
1176 #define VOP_NRENAME(fnch, tnch, fdvp, tdvp, cred) \ argument
1177 vop_nrename((fnch)->mount->mnt_vn_use_ops, fnch, tnch, fdvp, tdvp, cred)