Home
last modified time | relevance | path

Searched refs:stab_comm (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c743 stable_how stab_comm; in nfs3_write() local
762 stab_comm = DATA_SYNC; in nfs3_write()
764 stab_comm = FILE_SYNC; in nfs3_write()
772 count, cr, &stab_comm); in nfs3_write()
937 stable_how stab_comm; in nfs3_rdwrlbn() local
966 stab_comm = UNSTABLE; in nfs3_rdwrlbn()
969 stab_comm = FILE_SYNC; in nfs3_rdwrlbn()
978 error = nfs3_bio(bp, &stab_comm, cr); in nfs3_rdwrlbn()
988 if (stab_comm != UNSTABLE && fsdata == C_DELAYCOMMIT) { in nfs3_rdwrlbn()
1003 stable_how *stab_comm) in nfs3write() argument
[all …]
H A Dnfs4_vnops.c2842 stable_how4 stab_comm; in nfs4_write() local
2861 stab_comm = DATA_SYNC4; in nfs4_write()
2863 stab_comm = FILE_SYNC4; in nfs4_write()
2871 count, cr, &stab_comm); in nfs4_write()
3049 stable_how4 stab_comm; in nfs4_rdwrlbn() local
3073 stab_comm = UNSTABLE4; in nfs4_rdwrlbn()
3075 stab_comm = FILE_SYNC4; in nfs4_rdwrlbn()
3077 error = nfs4_bio(bp, &stab_comm, cr, FALSE); in nfs4_rdwrlbn()
3082 if (stab_comm == UNSTABLE4) in nfs4_rdwrlbn()
3160 stable_how4 *stab_comm) in nfs4write() argument
[all …]