Home
last modified time | relevance | path

Searched refs:PURGE_STALE_FH (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c178 PURGE_STALE_FH(error, vp, cr); in acl_getacl2()
229 PURGE_STALE_FH(error, vp, cr); in acl_setacl2()
268 PURGE_STALE_FH(error, vp, cr); in acl_getattr2_otw()
397 PURGE_STALE_FH(error, vp, cr); in acl_access2()
457 PURGE_STALE_FH(error, vp, cr); in acl_getxattrdir2()
560 PURGE_STALE_FH(error, vp, cr); in acl_getacl3()
611 PURGE_STALE_FH(error, vp, cr); in acl_setacl3()
677 PURGE_STALE_FH(error, vp, cr); in acl_getxattrdir3()
H A Dnfs3_vnops.c1522 PURGE_STALE_FH(error, vp, cr); in nfs3setattr()
1659 PURGE_STALE_FH(error, vp, cr); in nfs3_access()
1759 PURGE_STALE_FH(error, vp, cr); in nfs3_readlink()
1900 PURGE_STALE_FH(error, unldvp, cr); in nfs3_inactive()
2188 PURGE_STALE_FH(error, dvp, cr); in nfs3lookup_otw()
2638 PURGE_STALE_FH(error, dvp, cr); in nfs3create()
2823 PURGE_STALE_FH(error, dvp, cr); in nfs3mknod()
2959 PURGE_STALE_FH(error, dvp, cr); in nfs3_remove()
3471 PURGE_STALE_FH(error, dvp, cr); in nfs3_mkdir()
3563 PURGE_STALE_FH(error, dvp, cr); in nfs3_rmdir()
[all …]
H A Dnfs_vnops.c1390 PURGE_STALE_FH(error, vp, cr); in nfssetattr()
1543 PURGE_STALE_FH(error, vp, cr); in nfs_readlink()
1955 PURGE_STALE_FH(error, dvp, cr); in nfslookup_otw()
2204 PURGE_STALE_FH(error, dvp, cr); in nfs_create()
2336 PURGE_STALE_FH(error, dvp, cr); in nfs_remove()
2788 PURGE_STALE_FH(error, dvp, cr); in nfs_mkdir()
2875 PURGE_STALE_FH(error, dvp, cr); in nfs_rmdir()
2939 PURGE_STALE_FH(error, dvp, cr); in nfs_symlink()
3349 PURGE_STALE_FH(error, vp, cr); in nfsreaddir()
3693 PURGE_STALE_FH(error, vp, cr); in nfs_getpage()
H A Dnfs_client.c901 PURGE_STALE_FH(error, vp, cr); in nfs_getattr_otw()
974 PURGE_STALE_FH(error, vp, cr); in nfs3_getattr_otw()
H A Dnfs_vfsops.c1580 PURGE_STALE_FH(error, vp, CRED()); in nfs_statvfs()
H A Dnfs3_vfsops.c1580 PURGE_STALE_FH(error, vp, cr); in nfs3_statvfs()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h550 #define PURGE_STALE_FH(error, vp, cr) \ macro