Searched refs:nfs4_delmapcall_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h145 * nfs4_delmapcall_t's associated with each rnode4_t. This list is protected
155 } nfs4_delmapcall_t; typedef in typeref:struct:nfs4_delmapcall
169 nfs4_delmapcall_t *caller; /* to retrieve errors from the cb */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c189 static void nfs4_free_delmapcall(nfs4_delmapcall_t *);
190 static nfs4_delmapcall_t *nfs4_init_delmapcall();
11061 nfs4_delmapcall_t *delmap_call;
11144 static nfs4_delmapcall_t *
11147 nfs4_delmapcall_t *delmap_call;
11149 delmap_call = kmem_alloc(sizeof (nfs4_delmapcall_t), KM_SLEEP);
11157 nfs4_free_delmapcall(nfs4_delmapcall_t *delmap_call)
11159 kmem_free(delmap_call, sizeof (nfs4_delmapcall_t));
11173 nfs4_delmapcall_t *delmap_call;
11182 list_create(&rp->r_indelmap, sizeof (nfs4_delmapcall_t),
[all...]

Completed in 109 milliseconds