Symbol: nfscldevinfo
sys/fs/nfs/client/nfs_clrpcops.c
120
nfsv4stateid_t *, int, struct nfscldevinfo *, struct nfscllayout *,
sys/fs/nfs/client/nfs_clrpcops.c
4865
uint32_t *notifybitsp, struct nfscldevinfo **ndip, struct ucred *cred,
sys/fs/nfs/client/nfs_clrpcops.c
4873
struct nfscldevinfo *ndi;
sys/fs/nfs/client/nfs_clrpcops.c
5157
struct nfscldevinfo *dip;
sys/fs/nfs/client/nfs_clrpcops.c
5457
struct nfscldevinfo *dip;
sys/fs/nfs/client/nfs_clrpcops.c
5605
int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp,
sys/fs/nfs/client/nfs_clstate.c
124
static void nfscl_reldevinfo_locked(struct nfscldevinfo *);
sys/fs/nfs/client/nfs_clstate.c
127
static struct nfscldevinfo *nfscl_finddevinfo(struct nfsclclient *, uint8_t *);
sys/fs/nfs/client/nfs_clstate.c
2455
struct nfscldevinfo *dip, *ndip;
sys/fs/nfs/client/nfs_clstate.c
4877
struct nfscldevinfo *
sys/fs/nfs/client/nfs_clstate.c
4879
struct nfscldevinfo *dip)
sys/fs/nfs/client/nfs_clstate.c
4895
nfscl_reldevinfo_locked(struct nfscldevinfo *dip)
sys/fs/nfs/client/nfs_clstate.c
4907
nfscl_reldevinfo(struct nfscldevinfo *dip)
sys/fs/nfs/client/nfs_clstate.c
4933
static struct nfscldevinfo *
sys/fs/nfs/client/nfs_clstate.c
4936
struct nfscldevinfo *dip;
sys/fs/nfs/client/nfs_clstate.c
4975
nfscl_adddevinfo(struct nfsmount *nmp, struct nfscldevinfo *dip,
sys/fs/nfs/client/nfs_clstate.c
4979
struct nfscldevinfo *tdip;
sys/fs/nfs/client/nfs_clstate.c
5054
nfscl_freedevinfo(struct nfscldevinfo *dip)
sys/fs/nfs/common/nfs_var.h
486
struct nfscldevinfo **, struct kauth_cred *, NFSPROC_T *);
sys/fs/nfs/common/nfs_var.h
566
struct nfscldevinfo *nfscl_getdevinfo(struct nfsclclient *, uint8_t *,
sys/fs/nfs/common/nfs_var.h
567
struct nfscldevinfo *);
sys/fs/nfs/common/nfs_var.h
568
void nfscl_reldevinfo(struct nfscldevinfo *);
sys/fs/nfs/common/nfs_var.h
569
int nfscl_adddevinfo(struct nfsmount *, struct nfscldevinfo *,
sys/fs/nfs/common/nfs_var.h
573
void nfscl_freedevinfo(struct nfscldevinfo *);
sys/fs/nfs/common/nfs_var.h
80
struct nfscldevinfo;
sys/fs/nfs/common/nfsclstate.h
276
struct nfscldevinfo *nfsfl_devp;
sys/fs/nfs/common/nfsclstate.h
312
LIST_ENTRY(nfscldevinfo) nfsdi_list;
sys/fs/nfs/common/nfsclstate.h
327
nfsfldi_addr(struct nfscldevinfo *ndi, int pos)
sys/fs/nfs/common/nfsclstate.h
339
nfsfldi_stripeindex(struct nfscldevinfo *ndi, int pos)
sys/fs/nfs/common/nfsclstate.h
354
nfsfldi_setstripeindex(struct nfscldevinfo *ndi, int pos, uint8_t val)
sys/fs/nfs/common/nfsclstate.h
48
LIST_HEAD(nfscldevinfohead, nfscldevinfo);