Home
last modified time | relevance | path

Searched defs:nch (Results 1 – 25 of 42) sorted by relevance

12

/dflybsd-src/sys/kern/
H A Dvfs_cache.c967 cache_zero(struct nchandle *nch) in cache_zero()
984 cache_hold(struct nchandle *nch) in cache_hold()
996 cache_copy(struct nchandle *nch, struct nchandle *target) in cache_copy()
1032 cache_drop_and_cache(struct nchandle *nch, int elmno) in cache_drop_and_cache()
1082 cache_changemount(struct nchandle *nch, struct mount *mp) in cache_changemount()
1090 cache_drop(struct nchandle *nch) in cache_drop()
1105 cache_lockstatus(struct nchandle *nch) in cache_lockstatus()
1111 cache_lock(struct nchandle *nch) in cache_lock()
1121 cache_lock_maybe_shared(struct nchandle *nch, int excl) in cache_lock_maybe_shared()
1227 cache_lock_nonblock(struct nchandle *nch) in cache_lock_nonblock()
[all …]
H A Dvfs_default.c185 struct nchandle *nch; in vop_compat_nresolve() local
315 struct nchandle *nch; in vop_compat_ncreate() local
395 struct nchandle *nch; in vop_compat_nmkdir() local
474 struct nchandle *nch; in vop_compat_nmknod() local
552 struct nchandle *nch; in vop_compat_nlink() local
627 struct nchandle *nch; in vop_compat_nsymlink() local
711 struct nchandle *nch; in vop_compat_nwhiteout() local
798 struct nchandle *nch; in vop_compat_nremove() local
868 struct nchandle *nch; in vop_compat_nrmdir() local
H A Dvfs_nlookup.c434 struct nchandle nch; in nlookup_simple() local
534 struct nchandle nch; in nlookup() local
1404 nlookup_mp(struct mount *mp, struct nchandle *nch) in nlookup_mp()
1433 nreadsymlink(struct nlookupdata *nd, struct nchandle *nch, in nreadsymlink()
1507 naccess(struct nlookupdata *nd, struct nchandle *nch, u_int *genp, int nflags, in naccess()
H A Dvfs_synth.c56 struct nchandle nch; in getsynthvnode() local
H A Dvfs_vopops.c1374 vop_nresolve(struct vop_ops *ops, struct nchandle *nch, in vop_nresolve()
1436 vop_ncreate(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_ncreate()
1471 vop_nmkdir(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nmkdir()
1506 vop_nmknod(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nmknod()
1542 vop_nlink(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nlink()
1577 vop_nsymlink(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nsymlink()
1613 vop_nwhiteout(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nwhiteout()
1646 vop_nremove(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nremove()
1686 vop_nrmdir(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nrmdir()
H A Dvfs_journal.c1351 struct nchandle nch; in jrecord_write_vnode_ref() local
1373 struct nchandle nch; in jrecord_write_vnode_link() local
H A Dvfs_conf.c216 struct nchandle nch; in vfs_mountroot_devfs() local
H A Dvfs_syscalls.c122 struct nchandle nch; in sys_mount() local
796 struct nchandle nch; in dounmount() local
1159 struct nchandle *nch; in mount_path() local
1352 struct nchandle nch; in kern_mountctl() local
1856 struct nchandle nch, onch, tnch; in sys_fchdir() local
2017 kern_chroot(struct nchandle *nch) in kern_chroot()
2104 struct nchandle *nch; in sys_chroot_kernel() local
5337 struct nchandle nch; in chroot_visible_mnt() local
/dflybsd-src/contrib/mdocml/
H A Dmdoc_validate.c520 const struct roff_node *nch; in post_delim() local
547 const struct roff_node *nch; in post_delim_nb() local
1082 struct roff_node *n, *nch; in post_st() local
1107 struct roff_node *nch; /* The first child of the .Tg node. */ in post_tg() local
1250 struct roff_node *np, *nch; in post_bf() local
1314 struct roff_node *n, *nch; in post_fname() local
1531 struct roff_node *n, *nch; in post_at() local
1561 struct roff_node *np, *nch; in post_an() local
1709 struct roff_node *nbl, *nit, *nch; in post_it() local
1847 struct roff_node *nbl, *nh, *nch, *nnext; in post_bl_head() local
[all …]
H A Dmdoc_state.c210 struct roff_node *nch; in state_sh() local
H A Dmandoc.c546 mandoc_normdate(struct roff_node *nch, struct roff_node *nbl) in mandoc_normdate()
H A Dhtml.c364 const struct roff_node *nch; in html_make_id() local
802 struct roff_node *nch; in print_otag_id() local
/dflybsd-src/test/debug/
H A Dncptrace.c91 struct nchandle nch; in main() local
261 getncppath(kvm_t *kd, struct nchandle *nch, char *base, int bytes) in getncppath()
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_vnops.c1658 struct nchandle nch = { in hammer2_nresolve() local
1788 struct nchandle nch = { in hammer2_nmkdir() local
1941 struct nchandle nch = { in hammer2_nlink() local
2044 struct nchandle nch = { in hammer2_ncreate() local
2152 struct nchandle nch = { in hammer2_nmknod() local
2295 struct nchandle nch = { in hammer2_nsymlink() local
/dflybsd-src/test/pcpu/
H A Dncache-stats.c59 struct nchstats *nch, total; in main() local
/dflybsd-src/sys/vfs/hammer/
H A Dhammer_vnops.c930 struct nchandle *nch; in hammer_vop_ncreate() local
1390 struct nchandle *nch; in hammer_vop_nlink() local
1454 struct nchandle *nch; in hammer_vop_nmkdir() local
1530 struct nchandle *nch; in hammer_vop_nmknod() local
2390 struct nchandle *nch; in hammer_vop_nsymlink() local
3283 hammer_dounlink(hammer_transaction_t trans, struct nchandle *nch, in hammer_dounlink()
/dflybsd-src/sys/vfs/autofs/
H A Dautofs_vnops.c196 struct nchandle *nch = ap->a_nch; in autofs_nresolve() local
249 struct nchandle *nch = ap->a_nch; in autofs_nmkdir() local
/dflybsd-src/contrib/file/src/
H A Dfsmagic.c113 ssize_t nch; in file_fsmagic() local
/dflybsd-src/contrib/nvi2/ex/
H A Dex_write.c281 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) in ex_writefp()
/dflybsd-src/sys/vfs/procfs/
H A Dprocfs_vnops.c646 struct nchandle nch; in procfs_getattr() local
1147 struct nchandle nch; in procfs_readlink() local
/dflybsd-src/contrib/nvi2/common/
H A Dcut.h66 #define CBNAME(sp, cbp, nch) { \ argument
/dflybsd-src/sys/vfs/dirfs/
H A Ddirfs_vnops.c153 struct nchandle *nch; in dirfs_nresolve() local
877 struct nchandle *nch; in dirfs_nremove() local
1091 struct nchandle *nch; in dirfs_nrmdir() local
/dflybsd-src/lib/libc/resolv/
H A Dres_comp.c157 int nch = *dn++; in res_hnok() local
/dflybsd-src/sys/sys/
H A Dvfsops.h1160 #define VOP_NRESOLVE(nch, dvp, cred) \ argument
1164 #define VOP_NCREATE(nch, dvp, vpp, cred, vap) \ argument
1166 #define VOP_NMKDIR(nch, dvp, vpp, cred, vap) \ argument
1168 #define VOP_NMKNOD(nch, dvp, vpp, cred, vap) \ argument
1170 #define VOP_NLINK(nch, dvp, vp, cred) \ argument
1172 #define VOP_NSYMLINK(nch, dvp, vpp, cred, vap, target) \ argument
1174 #define VOP_NWHITEOUT(nch, dvp, cred, flags) \ argument
1178 #define VOP_NRMDIR(nch, dvp, cred) \ argument
1180 #define VOP_NREMOVE(nch, dvp, cred) \ argument
/dflybsd-src/games/larn/
H A Ddata.c643 char nch[] = { 0, 0, 0, 1, 1, 1, 2, 2, 3, 4 }; variable

12