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

/darwin-on-arm/xnu/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);
1445 mac_vnode_label_associate_fdesc(struct mount *mp, struct fdescnode *fnp, argument
1460 if (fnp->fd_fd == -1) {
1467 error = fp_lookup(p, fnp->fd_fd, &fp, 0);
1519 fp_drop(p, fnp->fd_fd, fp, 0);
H A Dmac_framework.h532 int mac_vnode_label_associate_fdesc(struct mount *mp, struct fdescnode *fnp,
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c3910 nfsnode_t fdnp, fnp, tdnp, tnp; local
3919 fnp = VTONFS(fvp);
3928 error = nfs_node_set_busy4(fdnp, fnp, tdnp, tnp, vfs_context_thread(ctx));
4006 nfs_name_cache_purge(fdnp, fnp, fcnp, ctx);
4025 nfs_node_lock_force(fnp);
4028 if (fnp->n_parent && !vnode_get(fnp->n_parent)) {
4030 vnode_rele(fnp->n_parent);
4031 vnode_put(fnp->n_parent);
4033 fnp
[all...]

Completed in 137 milliseconds