Searched refs:nfs3_cache_wcc_data (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vnops.c | 1480 nfs3_cache_wcc_data(vp, &res.resok.obj_wcc, t, cr); in nfs3setattr() 1503 nfs3_cache_wcc_data(vp, &res.resfail.obj_wcc, t, cr); in nfs3setattr() 1892 nfs3_cache_wcc_data(unldvp, in nfs3_inactive() 1897 nfs3_cache_wcc_data(unldvp, in nfs3_inactive() 2481 nfs3_cache_wcc_data(dvp, &res.resok.dir_wcc, t, cr); in nfs3create() 2636 nfs3_cache_wcc_data(dvp, &res.resfail.dir_wcc, t, cr); in nfs3create() 2699 nfs3_cache_wcc_data(vp, &res.resok.obj_wcc, t, cr); in nfs3excl_create_settimes() 2706 nfs3_cache_wcc_data(vp, &res.resfail.obj_wcc, t, cr); in nfs3excl_create_settimes() 2777 nfs3_cache_wcc_data(dvp, &res.resok.dir_wcc, t, cr); in nfs3mknod() 2821 nfs3_cache_wcc_data(dvp, &res.resfail.dir_wcc, t, cr); in nfs3mknod() [all …]
|
H A D | nfs_client.c | 338 nfs3_cache_wcc_data(vnode_t *vp, wcc_data *wccp, hrtime_t t, cred_t *cr) in nfs3_cache_wcc_data() function
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 2257 extern void nfs3_cache_wcc_data(vnode_t *, wcc_data *, hrtime_t, cred_t *);
|