Searched refs:nfs4_commit_vp (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 167 static int nfs4_commit_vp(vnode_t *, u_offset_t, size_t, cred_t *, int); 293 * Used for nfs4_commit_vp() to indicate if we should 10434 (void) nfs4_commit_vp(vp, (u_offset_t)0, 0, cr, 12136 error = nfs4_commit_vp(vp, poff, plen, cr, NFS4_WRITE_WAIT); 12145 * nfs4_commit_vp() will wait for other pending commits and 12151 nfs4_commit_vp(vnode_t *vp, u_offset_t poff, size_t plen, function
|
Completed in 88 milliseconds