Searched defs:resvp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_shadow.c92 vnode_t *resvp; local
124 resvp = sv_find(*vpp, dvp, namepp);
125 ASSERT(resvp->v_type == VREG);
127 *vpp = resvp;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c744 int *resvp,
752 * *resvp is the amount of log space to reserve (in bytes).
794 *resvp = resv;
879 int *resvp,
895 *resvp = resv;
912 *resvp = resv;
741 ufs_trans_trunc_resv( struct inode *ip, u_offset_t length, int *resvp, u_offset_t *residp) argument
876 ufs_trans_write_resv( struct inode *ip, struct uio *uio, int *resvp, int *residp) argument

Completed in 59 milliseconds