Home
last modified time | relevance | path

Searched refs:PURGE_ATTRCACHE (Results 1 – 7 of 7) sorted by path

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c331 PURGE_ATTRCACHE(vp); in nfs3_open()
1225 PURGE_ATTRCACHE(vp); in nfs3read()
1459 PURGE_ATTRCACHE(vp); in nfs3setattr()
2476 PURGE_ATTRCACHE(dvp); in nfs3create()
2772 PURGE_ATTRCACHE(dvp); in nfs3mknod()
2945 PURGE_ATTRCACHE(vp); in nfs3_remove()
3018 PURGE_ATTRCACHE(svp); in nfs3_link()
3426 PURGE_ATTRCACHE(dvp); in nfs3_mkdir()
3545 PURGE_ATTRCACHE(vp); in nfs3_rmdir()
3548 PURGE_ATTRCACHE(dvp); in nfs3_rmdir()
[all …]
H A Dnfs_client.c293 PURGE_ATTRCACHE(vp); in nfs3_cache_post_op_attr()
307 PURGE_ATTRCACHE(vp); in nfs3_cache_post_op_vattr()
353 PURGE_ATTRCACHE(vp); in nfs3_cache_wcc_data()
366 PURGE_ATTRCACHE(vp); in nfs3_cache_wcc_data()
392 PURGE_ATTRCACHE(vp); in nfs_attrcache()
418 PURGE_ATTRCACHE(vp); in nfs3_attrcache()
2991 PURGE_ATTRCACHE(vp); in nfs_lockcompletion()
H A Dnfs_common.c489 PURGE_ATTRCACHE(vp); in nfs_setopts()
H A Dnfs_subr.c2322 PURGE_ATTRCACHE(vp); in makenfsnode()
2355 PURGE_ATTRCACHE(vp); in makenfs3node_va()
2398 PURGE_ATTRCACHE(vp); in makenfs3node()
H A Dnfs_vnops.c292 PURGE_ATTRCACHE(vp); in nfs_open()
1052 PURGE_ATTRCACHE(vp); in nfsread()
1345 PURGE_ATTRCACHE(vp); in nfssetattr()
1389 PURGE_ATTRCACHE(vp); in nfssetattr()
1393 PURGE_ATTRCACHE(vp); in nfssetattr()
1670 PURGE_ATTRCACHE(unldvp); in nfs_inactive()
1865 PURGE_ATTRCACHE(dvp); in nfslookup_dnlc()
1950 PURGE_ATTRCACHE(*vpp); in nfslookup_otw()
2152 PURGE_ATTRCACHE(dvp); /* mod time changed */ in nfs_create()
2170 PURGE_ATTRCACHE(vp); in nfs_create()
[all …]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c290 PURGE_ATTRCACHE(vp); in nlm_frlock()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h522 #define PURGE_ATTRCACHE(vp) { \ macro