Searched refs:ncp (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c581 struct namecache *ncp; local
626 while ( (ncp = LIST_FIRST(&vp->v_nclinks)) )
627 cache_delete(ncp, 1);
629 while ( (ncp = LIST_FIRST(&vp->v_ncchildren)) )
630 cache_delete(ncp, 1);
654 while ( (ncp = LIST_FIRST(&vp->v_nclinks)) )
655 cache_delete(ncp, 1);
1319 struct namecache *ncp; local
1329 LIST_FOREACH(ncp, ncpp, nc_hash) {
1330 if ((ncp
1395 struct namecache *ncp; local
1565 struct namecache *ncp, *negp; local
1841 cache_delete(struct namecache *ncp, int age_entry) argument
1882 struct namecache *ncp; local
1925 struct namecache *ncp, *next_ncp; local
1946 struct namecache *ncp; local
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c301 struct cnode *ncp = NULL; local
344 if (ncp) {
350 FREE_ZONE(ncp, sizeof(struct cnode), M_HFSNODE);
351 ncp = NULL;
403 if (ncp == NULL) {
406 MALLOC_ZONE(ncp, struct cnode *, sizeof(struct cnode), M_HFSNODE, M_WAITOK);
417 bzero(ncp, sizeof(struct cnode));
418 SET(ncp->c_hflag, H_ALLOC);
420 ncp->c_fileid = inum;
421 TAILQ_INIT(&ncp
429 LIST_INSERT_HEAD(CNODEHASH(hfsmp, inum), ncp, c_hash); local
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c1643 struct nfs_gss_clnt_ctx *ncp; local
1676 MALLOC(ncp, struct nfs_gss_clnt_ctx *, sizeof(*ncp),
1678 if (ncp == NULL) {
1683 ncp->gss_clnt_uid = saved_uid;
1684 ncp->gss_clnt_mport = host_copy_special_port(saved_mport); // re-use the gssd port
1685 ncp->gss_clnt_mtx = lck_mtx_alloc_init(nfs_gss_clnt_grp, LCK_ATTR_NULL);
1686 ncp->gss_clnt_thread = current_thread();
1688 TAILQ_INSERT_TAIL(&nmp->nm_gsscl, ncp, gss_clnt_entries);
1693 nfs_gss_clnt_ctx_ref(req, ncp);
2767 struct nfs_gss_svc_ctx *cp, *ncp; local
[all...]

Completed in 33 milliseconds