Searched refs:PURGE_STALE_FH (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_vnops.c | 180 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 D | nfs3_vnops.c | 1521 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 D | nfs_vnops.c | 1390 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 D | nfs_client.c | 893 PURGE_STALE_FH(error, vp, cr); in nfs_getattr_otw() 966 PURGE_STALE_FH(error, vp, cr); in nfs3_getattr_otw()
|
H A D | nfs_vfsops.c | 1580 PURGE_STALE_FH(error, vp, CRED()); in nfs_statvfs()
|
H A D | nfs3_vfsops.c | 1580 PURGE_STALE_FH(error, vp, cr); in nfs3_statvfs()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 550 #define PURGE_STALE_FH(error, vp, cr) \ macro
|