Searched refs:nfs4_commit (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 162 static int nfs4_commit(vnode_t *, offset4, count4, cred_t *); 11673 error = nfs4_commit(vp, (offset4)offset, (count4)len, cr); 11704 * It is possible that nfs4_commit didn't return error but 11734 nfs4_commit(vnode_t *vp, offset4 offset, count4 count, cred_t *cr) function 11839 * can cause a deadlock. nfs4_commit can 12237 error = nfs4_commit(vp, (offset4)offset, (count3)count, cr); 14065 * work since VOP_PUTPAGE can call nfs4_commit which calls
|
Completed in 71 milliseconds