Lines Matching refs:vnode_t
139 static int nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep,
141 static void nfsrv_freelockowner(struct nfsstate *stp, vnode_t vp, int cansleep,
143 static void nfsrv_freeallnfslocks(struct nfsstate *stp, vnode_t vp,
152 static int nfsrv_getlockfh(vnode_t vp, u_short flags,
179 NFSPROC_T *p, vnode_t vp);
180 static int nfsrv_cleandeleg(vnode_t vp, struct nfslockfile *lfp,
189 static int nfsrv_locallock(vnode_t vp, struct nfslockfile *lfp, int flags,
191 static void nfsrv_localunlock(vnode_t vp, struct nfslockfile *lfp,
193 static int nfsrv_dolocal(vnode_t vp, struct nfslockfile *lfp, int flags,
196 static void nfsrv_locallock_rollback(vnode_t vp, struct nfslockfile *lfp,
234 static int nfsrv_createdsfile(vnode_t vp, fhandle_t *fhp, struct pnfsdsfile *pf,
235 vnode_t dvp, struct nfsdevice *ds, struct ucred *cred, NFSPROC_T *p,
236 vnode_t *tvpp);
1042 nfsrv_dumplocks(vnode_t vp, struct nfsd_dumplocks *ldumpp, int maxcnt, in nfsrv_dumplocks()
1459 nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep, NFSPROC_T *p) in nfsrv_freeopen()
1507 nfsrv_freelockowner(struct nfsstate *stp, vnode_t vp, int cansleep, in nfsrv_freelockowner()
1525 nfsrv_freeallnfslocks(struct nfsstate *stp, vnode_t vp, int cansleep, in nfsrv_freeallnfslocks()
1532 vnode_t tvp = NULL; in nfsrv_freeallnfslocks()
1675 nfsrv_lockctrl(vnode_t vp, struct nfsstate **new_stpp, in nfsrv_lockctrl()
2405 struct nfsstate *new_stp, vnode_t vp, struct nfsrv_descript *nd, in nfsrv_opencheck()
2659 nfsrv_openctrl(struct nfsrv_descript *nd, vnode_t vp, in nfsrv_openctrl()
3433 nfsrv_openupdate(vnode_t vp, struct nfsstate *new_stp, nfsquad_t clientid, in nfsrv_openupdate()
3598 nfsv4stateid_t *stateidp, vnode_t vp, int op, struct ucred *cred, in nfsrv_delegupdate()
3746 nfsrv_getlockfh(vnode_t vp, u_short flags, struct nfslockfile *new_lfp, in nfsrv_getlockfh()
4985 vnode_t vp; in nfsrv_updatestable()
5181 nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, vnode_t vp, in nfsrv_clientconflict()
5249 vnode_t vp) in nfsrv_delegconflict()
5435 nfsrv_checkremove(vnode_t vp, int remove, NFSPROC_T *p) in nfsrv_checkremove()
5521 nfsrv_cleandeleg(vnode_t vp, struct nfslockfile *lfp, in nfsrv_cleandeleg()
5574 nfsd_recalldelegation(vnode_t vp, NFSPROC_T *p) in nfsd_recalldelegation()
5620 nfsd_disabledelegation(vnode_t vp, NFSPROC_T *p) in nfsd_disabledelegation()
5650 nfsrv_checksetattr(vnode_t vp, struct nfsrv_descript *nd, in nfsrv_checksetattr()
5697 nfsrv_checkgetattr(struct nfsrv_descript *nd, vnode_t vp, in nfsrv_checkgetattr()
5926 nfsrv_locallock(vnode_t vp, struct nfslockfile *lfp, int flags, in nfsrv_locallock()
5996 nfsrv_localunlock(vnode_t vp, struct nfslockfile *lfp, uint64_t init_first, in nfsrv_localunlock()
6061 nfsrv_dolocal(vnode_t vp, struct nfslockfile *lfp, int flags, int oldflags, in nfsrv_dolocal()
6112 nfsrv_locallock_rollback(vnode_t vp, struct nfslockfile *lfp, NFSPROC_T *p) in nfsrv_locallock_rollback()
6703 nfsrv_layoutcommit(struct nfsrv_descript *nd, vnode_t vp, int layouttype, in nfsrv_layoutcommit()
6724 nfsrv_layoutget(struct nfsrv_descript *nd, vnode_t vp, struct nfsexstuff *exp, in nfsrv_layoutget()
7205 nfsrv_layoutreturn(struct nfsrv_descript *nd, vnode_t vp, in nfsrv_layoutreturn()
7657 *dsp = ds = malloc(sizeof(*ds) + nfsrv_dsdirsize * sizeof(vnode_t), in nfsrv_setdsserver()
8073 nfsrv_checkdsattr(struct nfsrv_descript *nd, vnode_t vp, NFSPROC_T *p) in nfsrv_checkdsattr()
8220 nfsrv_copymr(vnode_t vp, vnode_t fvp, vnode_t dvp, struct nfsdevice *ds, in nfsrv_copymr()
8233 vnode_t tvp; in nfsrv_copymr()
8492 nfsrv_createdsfile(vnode_t vp, fhandle_t *fhp, struct pnfsdsfile *pf, in nfsrv_createdsfile()
8493 vnode_t dvp, struct nfsdevice *ds, struct ucred *cred, NFSPROC_T *p, in nfsrv_createdsfile()
8494 vnode_t *tvpp) in nfsrv_createdsfile()