/dflybsd-src/sys/kern/ |
H A D | vfs_cache.c | 967 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 D | vfs_default.c | 185 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 D | vfs_nlookup.c | 434 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 D | vfs_synth.c | 56 struct nchandle nch; in getsynthvnode() local
|
H A D | vfs_vopops.c | 1374 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 D | vfs_journal.c | 1351 struct nchandle nch; in jrecord_write_vnode_ref() local 1373 struct nchandle nch; in jrecord_write_vnode_link() local
|
H A D | vfs_conf.c | 216 struct nchandle nch; in vfs_mountroot_devfs() local
|
H A D | vfs_syscalls.c | 122 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 D | mdoc_validate.c | 520 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 D | mdoc_state.c | 210 struct roff_node *nch; in state_sh() local
|
H A D | mandoc.c | 546 mandoc_normdate(struct roff_node *nch, struct roff_node *nbl) in mandoc_normdate()
|
H A D | html.c | 364 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 D | ncptrace.c | 91 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 D | hammer2_vnops.c | 1658 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 D | ncache-stats.c | 59 struct nchstats *nch, total; in main() local
|
/dflybsd-src/sys/vfs/hammer/ |
H A D | hammer_vnops.c | 930 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 D | autofs_vnops.c | 196 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 D | fsmagic.c | 113 ssize_t nch; in file_fsmagic() local
|
/dflybsd-src/contrib/nvi2/ex/ |
H A D | ex_write.c | 281 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 D | procfs_vnops.c | 646 struct nchandle nch; in procfs_getattr() local 1147 struct nchandle nch; in procfs_readlink() local
|
/dflybsd-src/contrib/nvi2/common/ |
H A D | cut.h | 66 #define CBNAME(sp, cbp, nch) { \ argument
|
/dflybsd-src/sys/vfs/dirfs/ |
H A D | dirfs_vnops.c | 153 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 D | res_comp.c | 157 int nch = *dn++; in res_hnok() local
|
/dflybsd-src/sys/sys/ |
H A D | vfsops.h | 1160 #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 D | data.c | 643 char nch[] = { 0, 0, 0, 1, 1, 1, 2, 2, 3, 4 }; variable
|