Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c744 stable_how stab_comm; in nfs3_write() local
763 stab_comm = DATA_SYNC; in nfs3_write()
765 stab_comm = FILE_SYNC; in nfs3_write()
773 count, cr, &stab_comm); in nfs3_write()
938 stable_how stab_comm; in nfs3_rdwrlbn() local
967 stab_comm = UNSTABLE; in nfs3_rdwrlbn()
970 stab_comm = FILE_SYNC; in nfs3_rdwrlbn()
1004 stable_how *stab_comm) in nfs3write() argument
1020 args.stable = *stab_comm; in nfs3write()
1022 *stab_comm = FILE_SYNC; in nfs3write()
[all …]
H A Dnfs4_vnops.c2856 stable_how4 stab_comm; in nfs4_write() local
2875 stab_comm = DATA_SYNC4; in nfs4_write()
2877 stab_comm = FILE_SYNC4; in nfs4_write()
3063 stable_how4 stab_comm; in nfs4_rdwrlbn() local
3087 stab_comm = UNSTABLE4; in nfs4_rdwrlbn()
3089 stab_comm = FILE_SYNC4; in nfs4_rdwrlbn()
3096 if (stab_comm == UNSTABLE4) in nfs4_rdwrlbn()
3174 stable_how4 *stab_comm) in nfs4write() argument
3198 stable = *stab_comm; in nfs4write()
3199 *stab_comm = FILE_SYNC4; in nfs4write()
[all …]