Searched refs:tnch (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/sys/kern/ |
| H A D | vfs_default.c | 958 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 D | vfs_syscalls.c | 1856 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 D | vfs_vopops.c | 1722 struct nchandle *fnch, struct nchandle *tnch, in vop_nrename() argument 1733 ap.a_tnch = tnch; in vop_nrename()
|
| H A D | vfs_cache.c | 2085 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 D | namecache.h | 243 void cache_rename(struct nchandle *fnch, struct nchandle *tnch);
|
| H A D | vfsops.h | 889 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)
|