Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c180 PURGE_STALE_FH(error, vp, cr); in acl_getacl2()
231 PURGE_STALE_FH(error, vp, cr); in acl_setacl2()
270 PURGE_STALE_FH(error, vp, cr); in acl_getattr2_otw()
399 PURGE_STALE_FH(error, vp, cr); in acl_access2()
459 PURGE_STALE_FH(error, vp, cr); in acl_getxattrdir2()
562 PURGE_STALE_FH(error, vp, cr); in acl_getacl3()
613 PURGE_STALE_FH(error, vp, cr); in acl_setacl3()
679 PURGE_STALE_FH(error, vp, cr); in acl_getxattrdir3()
H A Dnfs3_vnops.c1521 PURGE_STALE_FH(error, vp, cr); in nfs3setattr()
1658 PURGE_STALE_FH(error, vp, cr); in nfs3_access()
1758 PURGE_STALE_FH(error, vp, cr); in nfs3_readlink()
1899 PURGE_STALE_FH(error, unldvp, cr); in nfs3_inactive()
2187 PURGE_STALE_FH(error, dvp, cr); in nfs3lookup_otw()
2637 PURGE_STALE_FH(error, dvp, cr); in nfs3create()
2822 PURGE_STALE_FH(error, dvp, cr); in nfs3mknod()
2958 PURGE_STALE_FH(error, dvp, cr); in nfs3_remove()
3470 PURGE_STALE_FH(error, dvp, cr); in nfs3_mkdir()
3562 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.c893 PURGE_STALE_FH(error, vp, cr); in nfs_getattr_otw()
966 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()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs_clnt.h550 #define PURGE_STALE_FH(error, vp, cr) \ macro