Home
last modified time | relevance | path

Searched refs:PURGE_ATTRCACHE4 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c1347 PURGE_ATTRCACHE4(vp); in nfs4open_otw()
3991 PURGE_ATTRCACHE4(vp); in nfs4setattr()
4105 PURGE_ATTRCACHE4(vp); in nfs4setattr()
4897 PURGE_ATTRCACHE4(unldvp); in nfs4_inactive_otw()
4901 PURGE_ATTRCACHE4(unldvp); in nfs4_inactive_otw()
4925 PURGE_ATTRCACHE4(unldvp); in nfs4_inactive_otw()
6495 PURGE_ATTRCACHE4(vp); in nfs4openattr()
7037 PURGE_ATTRCACHE4(dvp); in call_nfs4_create_req()
7082 PURGE_ATTRCACHE4(dvp); in call_nfs4_create_req()
7395 PURGE_ATTRCACHE4(vp); in nfs4_remove()
[all …]
H A Dnfs4_common.c127 PURGE_ATTRCACHE4(vp); in nfs4_setopts()
H A Dnfs4_rnode.c426 PURGE_ATTRCACHE4(vp); in r4_do_attrcache()
432 PURGE_ATTRCACHE4(vp); in r4_do_attrcache()
H A Dnfs4_client_state.c2201 PURGE_ATTRCACHE4(*vpp); in nfs4_resend_open_otw()
2390 PURGE_ATTRCACHE4(vp); in nfs4_resend_open_otw()
H A Dnfs4_client.c2837 PURGE_ATTRCACHE4(vp); in nfs4_lockcompletion()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h450 #define PURGE_ATTRCACHE4(vp) { \ macro