Searched refs:rnode4 (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A DMakefile34 nfs4_attr.h nfs4_clnt.h rnode.h rnode4.h \
H A Drnode4.h68 struct rnode4 *rnode;
139 struct rnode4 *r_hashf;
140 struct rnode4 *r_hashb;
227 typedef struct rnode4 { struct
229 struct rnode4 *r_hashf; /* hash queue forward pointer */
230 struct rnode4 *r_hashb; /* hash queue back pointer */
231 struct rnode4 *r_freef; /* free list forward pointer */
232 struct rnode4 *r_freeb; /* free list back pointer */
H A Dnfs4_clnt.h811 struct rnode4 *rf_rp1;
821 struct rnode4 *re_rp1;
822 struct rnode4 *re_rp2;
1515 extern void nfs4_acl_fill_cache(struct rnode4 *, vsecattr_t *);
1887 struct rnode4 *, int *);
1889 struct rnode4 *);
1891 struct rnode4 *rp);
1893 extern void open_stream_rele(nfs4_open_stream_t *, struct rnode4 *);
1897 extern nfs4_lock_owner_t *create_lock_owner(struct rnode4 *, pid_t);
1898 extern nfs4_lock_owner_t *find_lock_owner(struct rnode4 *, pid_
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c31 #include <nfs/rnode4.h>
H A Dnfs4_common.c40 #include <nfs/rnode4.h>
H A Dnfs4_shadow.c33 #include <nfs/rnode4.h>
H A Dnfs4_attr.c31 #include <nfs/rnode4.h>
H A Dnfs4_rnode.c80 #include <nfs/rnode4.h>
1862 * Compute the size of the rnode4 hash table
1867 (ulong_t)((kmem_maxavail() >> 2) / sizeof (struct rnode4));
H A Dnfs4_client_secinfo.c33 #include <nfs/rnode4.h>
H A Dnfs4_idmap.c128 #include <nfs/rnode4.h>
H A Dnfs4_client_debug.c35 #include <nfs/rnode4.h>
H A Dnfs4_acl.c45 #include <nfs/rnode4.h>
H A Dnfs4_client_state.c31 #include <nfs/rnode4.h>
210 * Frees the open stream and removes it from the rnode4's open streams list if
H A Dnfs4_client.c70 #include <nfs/rnode4.h>
226 struct rnode4 *rp = VTOR4(vp);
H A Dnfs4_callback.c73 #include <nfs/rnode4.h>
2341 * nfs4delegabandon - Abandon the delegation on an rnode4. This code
H A Dnfs4_stub_vnops.c80 #include <nfs/rnode4.h>
H A Dnfs4_subr.c56 #include <nfs/rnode4.h>
H A Dnfs4_recovery.c32 #include <nfs/rnode4.h>
H A Dnfs4_vfsops.c76 #include <nfs/rnode4.h>
H A Dnfs4_xdr.c49 #include <nfs/rnode4.h>
H A Dnfs4_vnops.c90 #include <nfs/rnode4.h>
396 * user won't get burned by the cache repeatedly. See <nfs/rnode4.h> for

Completed in 196 milliseconds