Searched refs:fnp (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_vfs.c303 struct fdescnode *fnp; local
316 fnp = VTOFDESC(vp);
317 error = mac_vnode_label_associate_fdesc(mp, fnp, vp, ctx);
1606 mac_vnode_label_associate_fdesc(struct mount *mp, struct fdescnode *fnp, argument
1623 if (fnp->fd_fd == -1) {
1630 error = fp_lookup(p, fnp->fd_fd, &fp, 0);
1684 fp_drop(p, fnp->fd_fd, fp, 0);
H A Dmac_framework.h540 int mac_vnode_label_associate_fdesc(struct mount *mp, struct fdescnode *fnp,
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c951 devdirent_t *fnp,*tnp; local
973 fnp = dev_findname(fdp, fcnp->cn_nameptr);
975 if (fnp == NULL) {
1045 dev_free_name(fnp);
1074 fnp->de_dnp = NULL;
1077 dev_free_name(fnp);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c3999 nfsnode_t fdnp, fnp, tdnp, tnp; local
4008 fnp = VTONFS(fvp);
4017 error = nfs_node_set_busy4(fdnp, fnp, tdnp, tnp, vfs_context_thread(ctx));
4095 nfs_name_cache_purge(fdnp, fnp, fcnp, ctx);
4114 nfs_node_lock_force(fnp);
4117 if (fnp->n_parent && !vnode_get(fnp->n_parent)) {
4119 vnode_rele(fnp->n_parent);
4120 vnode_put(fnp->n_parent);
4122 fnp
[all...]

Completed in 94 milliseconds