Symbol: rnode4
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
1756
OFFSETOF(struct rnode4, r_hashf)
usr/src/uts/common/fs/nfs/nfs4_client.c
227
struct rnode4 *rp = VTOR4(vp);
usr/src/uts/common/fs/nfs/nfs4_rnode.c
1911
(ulong_t)((kmem_maxavail() >> 2) / sizeof (struct rnode4));
usr/src/uts/common/nfs/nfs4_clnt.h
1520
extern void nfs4_acl_fill_cache(struct rnode4 *, vsecattr_t *);
usr/src/uts/common/nfs/nfs4_clnt.h
1892
struct rnode4 *, int *);
usr/src/uts/common/nfs/nfs4_clnt.h
1894
struct rnode4 *);
usr/src/uts/common/nfs/nfs4_clnt.h
1896
struct rnode4 *rp);
usr/src/uts/common/nfs/nfs4_clnt.h
1898
extern void open_stream_rele(nfs4_open_stream_t *, struct rnode4 *);
usr/src/uts/common/nfs/nfs4_clnt.h
1902
extern nfs4_lock_owner_t *create_lock_owner(struct rnode4 *, pid_t);
usr/src/uts/common/nfs/nfs4_clnt.h
1903
extern nfs4_lock_owner_t *find_lock_owner(struct rnode4 *, pid_t, lown_which_t);
usr/src/uts/common/nfs/nfs4_clnt.h
1904
extern void nfs4_rnode_remove_lock_owner(struct rnode4 *,
usr/src/uts/common/nfs/nfs4_clnt.h
1906
extern void nfs4_flush_lock_owners(struct rnode4 *);
usr/src/uts/common/nfs/nfs4_clnt.h
1907
extern void nfs4_setlockowner_args(lock_owner4 *, struct rnode4 *, pid_t);
usr/src/uts/common/nfs/nfs4_clnt.h
1961
extern void nfs4delegreturn_async(struct rnode4 *, int, bool_t);
usr/src/uts/common/nfs/nfs4_clnt.h
811
struct rnode4 *rf_rp1;
usr/src/uts/common/nfs/nfs4_clnt.h
821
struct rnode4 *re_rp1;
usr/src/uts/common/nfs/nfs4_clnt.h
822
struct rnode4 *re_rp2;
usr/src/uts/common/nfs/rnode4.h
139
struct rnode4 *r_hashf;
usr/src/uts/common/nfs/rnode4.h
140
struct rnode4 *r_hashb;
usr/src/uts/common/nfs/rnode4.h
229
struct rnode4 *r_hashf; /* hash queue forward pointer */
usr/src/uts/common/nfs/rnode4.h
230
struct rnode4 *r_hashb; /* hash queue back pointer */
usr/src/uts/common/nfs/rnode4.h
231
struct rnode4 *r_freef; /* free list forward pointer */
usr/src/uts/common/nfs/rnode4.h
232
struct rnode4 *r_freeb; /* free list back pointer */
usr/src/uts/common/nfs/rnode4.h
68
struct rnode4 *rnode;