/freebsd/sys/fs/nfs/ |
H A D | nfs_var.h | 97 nfsquad_t *, nfsquad_t *, NFSPROC_T *); 98 int nfsrv_getclient(nfsquad_t, int, struct nfsclient **, struct nfsdsession *, 99 nfsquad_t, uint32_t, struct nfsrv_descript *, NFSPROC_T *); 100 int nfsrv_destroyclient(struct nfsrv_descript *, nfsquad_t, NFSPROC_T *); 109 struct nfslock **, struct nfslockconflict *, nfsquad_t, nfsv4stateid_t *, 112 struct nfsstate **, nfsquad_t, nfsv4stateid_t *, nfsv4stateid_t *, 114 int nfsrv_opencheck(nfsquad_t, nfsv4stateid_t *, struct nfsstate *, 116 int nfsrv_openupdate(vnode_t, struct nfsstate *, nfsquad_t, 118 int nfsrv_delegupdate(struct nfsrv_descript *, nfsquad_t, nfsv4stateid_t *, 120 int nfsrv_releaselckown(struct nfsstate *, nfsquad_t, NFSPROC_T *); [all …]
|
H A D | nfsrvstate.h | 104 nfsquad_t lc_clientid; /* 64 bit clientid */ 105 nfsquad_t lc_confirm; /* 64 bit confirm value */ 135 nfsquad_t lay_clientid; 270 nfsquad_t cl_clientid;
|
H A D | nfsclstate.h | 64 nfsquad_t nfsess_clientid;
|
H A D | nfs.h | 703 nfsquad_t nd_clientid; /* Implied clientid */
|
H A D | nfsproto.h | 815 typedef union nfs_quadconvert nfsquad_t; typedef
|
H A D | nfs_commonsubs.c | 1295 nfsquad_t tnfsquad; in nfsv4_loadattr()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 169 static int nfsrv_checkrestart(nfsquad_t clientid, u_int32_t flags, 219 static void nfsrv_freelayoutlist(nfsquad_t clientid); 220 static void nfsrv_freelayouts(nfsquad_t *clid, fsid_t *fs, int laytype, 231 static int nfsrv_recalllayout(nfsquad_t clid, nfsv4stateid_t *stateidp, 234 static int nfsrv_findlayout(nfsquad_t *clientidp, fhandle_t *fhp, int laytype, 236 static int nfsrv_fndclid(nfsquad_t *clidvec, nfsquad_t clid, int clidcnt); 301 nfsquad_t *clientidp, nfsquad_t *confirmp, NFSPROC_T *p) in nfsrv_setclient() 661 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp, in nfsrv_getclient() 662 struct nfsdsession *nsep, nfsquad_t confirm, uint32_t cbprogram, in nfsrv_getclient() 915 nfsrv_destroyclient(struct nfsrv_descript *nd, nfsquad_t clientid, NFSPROC_T *p) in nfsrv_destroyclient() [all …]
|
H A D | nfs_nfsdserv.c | 765 nfsquad_t clientid; in nfsrvd_read() 975 nfsquad_t clientid; in nfsrvd_write() 1800 nfsquad_t clientid; in nfsrvd_link() 2372 nfsquad_t clientid; in nfsrvd_lock() 2598 nfsquad_t clientid; in nfsrvd_lockt() 2712 nfsquad_t clientid; in nfsrvd_locku() 2836 nfsquad_t clientid; in nfsrvd_open() 3321 nfsquad_t clientid; in nfsrvd_close() 3400 nfsquad_t clientid; in nfsrvd_delegpurge() 3436 nfsquad_t clientid; in nfsrvd_delegreturn() [all …]
|
H A D | nfs_nfsdport.c | 1498 error = nfsrv_checkremove(vp, 1, NULL, (nfsquad_t)((u_quad_t)0), in nfsvno_removesub() 1628 (nfsquad_t)((u_quad_t)0), p); in nfsvno_rename() 1634 (nfsquad_t)((u_quad_t)0), p); in nfsvno_rename() 1689 nfsvno_link(struct nameidata *ndp, struct vnode *vp, nfsquad_t clientid, in nfsvno_link() 1879 nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp, in nfsvno_open()
|
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 408 typedef union nfs_quadconvert nfsquad_t; typedef
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 139 nfsquad_t, int, struct ucred *, NFSPROC_T *, struct nfsvattr *, 142 nfsquad_t, int, struct nfsclowner *, struct nfscldeleg **, struct ucred *, 207 nfsquad_t, int, struct nfsclowner *, struct nfscldeleg **, 215 nfsquad_t, int, struct nfsclowner *, struct nfscldeleg **, 1041 nfsquad_t confirm; in nfsrpc_setclient() 2474 nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, in nfsrpc_create() 2544 nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, in nfsrpc_createv23() 2592 nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, in nfsrpc_createv4() 3388 nfsquad_t cookie, ncookie; in nfsrpc_readdir() 3870 nfsquad_t cooki in nfsrpc_readdirplus() [all...] |
H A D | nfs_clvnops.c | 1720 static nfsquad_t 1723 static nfsquad_t cverf; in nfs_get_cverf() 1724 nfsquad_t ret; in nfs_get_cverf() 1754 nfsquad_t cverf; in nfs_create()
|