Searched refs:nfs_dir_buf_cache_lookup (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs.h | 1360 int nfs_dir_buf_cache_lookup(nfsnode_t, nfsnode_t *, struct componentname *, vfs_context_t, int…
|
| H A D | nfs_vnops.c | 2588 error = nfs_dir_buf_cache_lookup(dnp, &np, cnp, ctx, 0, &skipdu); in nfs_vnop_lookup() 6210 nfs_dir_buf_cache_lookup(nfsnode_t dnp, nfsnode_t *npp, struct componentname *cnp, vfs_context_t ct… in nfs_dir_buf_cache_lookup() function 6383 nfs_dir_buf_cache_lookup(dnp, NULL, cnp, ctx, 1, NULL); in nfs_name_cache_purge() 7038 if (!nfs_dir_buf_cache_lookup(dnp, &du_np, &dulp->du_cn, ctx, 0, NULL) && du_np) { in nfs_dulookup_init()
|
| H A D | nfs4_vnops.c | 7887 error = nfs_dir_buf_cache_lookup(adnp, &anp, cnp, ctx, 0, NULL); in nfs4_named_attr_get()
|