Searched refs:nfs3_cache_post_op_attr (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_vnops.c | 555 nfs3_cache_post_op_attr(vp, &res.resok.attr, t, cr); in acl_getacl3() 559 nfs3_cache_post_op_attr(vp, &res.resfail.attr, t, cr); in acl_getacl3() 608 nfs3_cache_post_op_attr(vp, &res.resok.attr, t, cr); in acl_setacl3() 610 nfs3_cache_post_op_attr(vp, &res.resfail.attr, t, cr); in acl_setacl3()
|
H A D | nfs3_vnops.c | 1635 nfs3_cache_post_op_attr(vp, &res.resok.obj_attributes, t, cr); in nfs3_access() 1658 nfs3_cache_post_op_attr(vp, &res.resfail.obj_attributes, t, cr); in nfs3_access() 1737 nfs3_cache_post_op_attr(vp, &res.resok.symlink_attributes, t, in nfs3_readlink() 1757 nfs3_cache_post_op_attr(vp, in nfs3_readlink() 3026 nfs3_cache_post_op_attr(svp, &res.resok.file_attributes, t, cr); in nfs3_link() 3032 nfs3_cache_post_op_attr(svp, &res.resfail.file_attributes, t, in nfs3_link() 5886 nfs3_cache_post_op_attr(vp, &res.resok.obj_attributes, t, cr); in nfs3_pathconf() 5918 nfs3_cache_post_op_attr(vp, &res.resfail.obj_attributes, t, cr); in nfs3_pathconf()
|
H A D | nfs3_vfsops.c | 1545 nfs3_cache_post_op_attr(vp, &res.resok.obj_attributes, t, cr); in nfs3_statvfs() 1579 nfs3_cache_post_op_attr(vp, &res.resfail.obj_attributes, t, cr); in nfs3_statvfs()
|
H A D | nfs_client.c | 288 nfs3_cache_post_op_attr(vnode_t *vp, post_op_attr *poap, hrtime_t t, cred_t *cr) in nfs3_cache_post_op_attr() function
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs.h | 2332 extern void nfs3_cache_post_op_attr(vnode_t *, post_op_attr *, hrtime_t,
|