Lines Matching refs:vnode_t
147 static void nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep,
149 static void nfsrv_freelockowner(struct nfsstate *stp, vnode_t vp, int cansleep,
151 static void nfsrv_freeallnfslocks(struct nfsstate *stp, vnode_t vp,
160 static int nfsrv_getlockfh(vnode_t vp, u_short flags,
187 NFSPROC_T *p, vnode_t vp);
188 static int nfsrv_cleandeleg(vnode_t vp, struct nfslockfile *lfp,
197 static int nfsrv_locallock(vnode_t vp, struct nfslockfile *lfp, int flags,
199 static void nfsrv_localunlock(vnode_t vp, struct nfslockfile *lfp,
201 static int nfsrv_dolocal(vnode_t vp, struct nfslockfile *lfp, int flags,
204 static void nfsrv_locallock_rollback(vnode_t vp, struct nfslockfile *lfp,
242 static int nfsrv_createdsfile(vnode_t vp, fhandle_t *fhp, struct pnfsdsfile *pf,
243 vnode_t dvp, struct nfsdevice *ds, struct ucred *cred, NFSPROC_T *p,
244 vnode_t *tvpp);
1166 nfsrv_dumplocks(vnode_t vp, struct nfsd_dumplocks *ldumpp, int maxcnt, in nfsrv_dumplocks()
1590 nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep, NFSPROC_T *p) in nfsrv_freeopen()
1648 nfsrv_freelockowner(struct nfsstate *stp, vnode_t vp, int cansleep, in nfsrv_freelockowner()
1667 nfsrv_freeallnfslocks(struct nfsstate *stp, vnode_t vp, int cansleep, in nfsrv_freeallnfslocks()
1674 vnode_t tvp = NULL; in nfsrv_freeallnfslocks()
1817 nfsrv_lockctrl(vnode_t vp, struct nfsstate **new_stpp, in nfsrv_lockctrl()
2547 struct nfsstate *new_stp, vnode_t vp, struct nfsrv_descript *nd, in nfsrv_opencheck()
2800 nfsrv_openctrl(struct nfsrv_descript *nd, vnode_t vp, in nfsrv_openctrl()
3444 nfsrv_openupdate(vnode_t vp, struct nfsstate *new_stp, nfsquad_t clientid, in nfsrv_openupdate()
3596 nfsv4stateid_t *stateidp, vnode_t vp, int op, struct ucred *cred, in nfsrv_delegupdate()
3744 nfsrv_getlockfh(vnode_t vp, u_short flags, struct nfslockfile *new_lfp, in nfsrv_getlockfh()
5000 vnode_t vp; in nfsrv_updatestable()
5201 nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, vnode_t vp, in nfsrv_clientconflict()
5269 vnode_t vp) in nfsrv_delegconflict()
5455 nfsrv_checkremove(vnode_t vp, int remove, struct nfsrv_descript *nd, in nfsrv_checkremove()
5547 nfsrv_cleandeleg(vnode_t vp, struct nfslockfile *lfp, in nfsrv_cleandeleg()
5600 nfsd_recalldelegation(vnode_t vp, NFSPROC_T *p) in nfsd_recalldelegation()
5647 nfsd_disabledelegation(vnode_t vp, NFSPROC_T *p) in nfsd_disabledelegation()
5677 nfsrv_checksetattr(vnode_t vp, struct nfsrv_descript *nd, in nfsrv_checksetattr()
5724 nfsrv_checkgetattr(struct nfsrv_descript *nd, vnode_t vp, in nfsrv_checkgetattr()
5965 nfsrv_locallock(vnode_t vp, struct nfslockfile *lfp, int flags, in nfsrv_locallock()
6035 nfsrv_localunlock(vnode_t vp, struct nfslockfile *lfp, uint64_t init_first, in nfsrv_localunlock()
6100 nfsrv_dolocal(vnode_t vp, struct nfslockfile *lfp, int flags, int oldflags, in nfsrv_dolocal()
6151 nfsrv_locallock_rollback(vnode_t vp, struct nfslockfile *lfp, NFSPROC_T *p) in nfsrv_locallock_rollback()
6781 nfsrv_layoutcommit(struct nfsrv_descript *nd, vnode_t vp, int layouttype, in nfsrv_layoutcommit()
6802 nfsrv_layoutget(struct nfsrv_descript *nd, vnode_t vp, struct nfsexstuff *exp, in nfsrv_layoutget()
7295 nfsrv_layoutreturn(struct nfsrv_descript *nd, vnode_t vp, in nfsrv_layoutreturn()
7753 *dsp = ds = malloc(sizeof(*ds) + nfsrv_dsdirsize * sizeof(vnode_t), in nfsrv_setdsserver()
8173 nfsrv_checkdsattr(vnode_t vp, NFSPROC_T *p) in nfsrv_checkdsattr()
8320 nfsrv_copymr(vnode_t vp, vnode_t fvp, vnode_t dvp, struct nfsdevice *ds, in nfsrv_copymr()
8333 vnode_t tvp; in nfsrv_copymr()
8592 nfsrv_createdsfile(vnode_t vp, fhandle_t *fhp, struct pnfsdsfile *pf, in nfsrv_createdsfile()
8593 vnode_t dvp, struct nfsdevice *ds, struct ucred *cred, NFSPROC_T *p, in nfsrv_createdsfile()
8594 vnode_t *tvpp) in nfsrv_createdsfile()