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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c903 if (np->n_attrdirfh) {
904 FREE(np->n_attrdirfh, M_TEMP);
905 np->n_attrdirfh = NULL;
H A Dnfs4_vnops.c6793 if (np->n_attrdirfh) {
6795 error = nfs_nget(nmp->nm_mountp, NULL, &cn, np->n_attrdirfh+1, *np->n_attrdirfh,
6841 if (!np->n_attrdirfh || (*np->n_attrdirfh != fh.fh_len)) {
6843 if (np->n_attrdirfh)
6844 FREE(np->n_attrdirfh, M_TEMP);
6845 MALLOC(np->n_attrdirfh, u_char*, fh.fh_len+1, M_TEMP, M_WAITOK);
6847 if (!np->n_attrdirfh) {
6852 *np->n_attrdirfh
[all...]
H A Dnfsnode.h669 #define n_attrdirfh n_un4.v4.n4_attrdirfh macro

Completed in 35 milliseconds