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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c743 stable_how stab_comm; local
762 stab_comm = DATA_SYNC;
764 stab_comm = FILE_SYNC;
772 count, cr, &stab_comm);
937 stable_how stab_comm; local
966 stab_comm = UNSTABLE;
969 stab_comm = FILE_SYNC;
978 error = nfs3_bio(bp, &stab_comm, cr);
988 if (stab_comm != UNSTABLE && fsdata == C_DELAYCOMMIT) {
1003 stable_how *stab_comm)
1002 nfs3write(vnode_t *vp, caddr_t base, u_offset_t offset, int count, cred_t *cr, stable_how *stab_comm) argument
4286 nfs3_bio(struct buf *bp, stable_how *stab_comm, cred_t *cr) argument
[all...]
H A Dnfs4_vnops.c2844 stable_how4 stab_comm; local
2863 stab_comm = DATA_SYNC4;
2865 stab_comm = FILE_SYNC4;
2873 count, cr, &stab_comm);
3051 stable_how4 stab_comm; local
3075 stab_comm = UNSTABLE4;
3077 stab_comm = FILE_SYNC4;
3079 error = nfs4_bio(bp, &stab_comm, cr, FALSE);
3084 if (stab_comm == UNSTABLE4)
3162 stable_how4 *stab_comm)
3161 nfs4write(vnode_t *vp, caddr_t base, u_offset_t offset, int count, cred_t *cr, stable_how4 *stab_comm) argument
9531 nfs4_bio(struct buf *bp, stable_how4 *stab_comm, cred_t *cr, bool_t readahead) argument
[all...]

Completed in 80 milliseconds