Searched refs:nfs_vinvalbuf1 (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vnops.c | 864 nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs_vnop_open() 877 if ((error = nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1))) { in nfs_vnop_open() 1121 nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs_vnop_close() 1130 error = nfs_vinvalbuf1(vp, V_SAVE, ctx, 1); in nfs_vnop_close() 1599 error = nfs_vinvalbuf1(vp, V_IGNORE_WRITEERR, ctx, 1); in nfs_refresh_fh() 1842 error = nfs_vinvalbuf1(vp, V_SAVE, ctx, 1); in nfs_getattr_internal() 2064 error = nfs_vinvalbuf1(vp, (vap->va_data_size ? V_SAVE : 0), ctx, 1); in nfs_vnop_setattr() 2201 nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs_vnop_setattr() 2230 error = nfs_vinvalbuf1(vp, V_SAVE, ctx, 1); in nfs_vnop_setattr() 3172 nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs_vnop_write() [all …]
|
| H A D | nfs_node.c | 1067 nfs_vinvalbuf1(vp, V_IGNORE_WRITEERR, ap->a_context, 0); in nfs_vnop_reclaim()
|
| H A D | nfs.h | 1309 int nfs_vinvalbuf1(vnode_t, int, vfs_context_t, int);
|
| H A D | nfs4_vnops.c | 4828 if (modified && ((error = nfs_vinvalbuf1(vp, V_SAVE, ctx, 1)))) { in nfs_vnop_advlock() 8452 error = nfs_vinvalbuf1(NFSTOV(anp), V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs4_named_attr_get() 8933 error = nfs_vinvalbuf1(NFSTOV(adnp), 0, ctx, 1); in nfs4_vnop_listxattr() 8948 if ((error = nfs_vinvalbuf1(NFSTOV(adnp), 0, ctx, 1))) { in nfs4_vnop_listxattr() 8994 nfs_vinvalbuf1(NFSTOV(adnp), 0, ctx, 1); in nfs4_vnop_listxattr()
|
| H A D | nfs_bio.c | 2136 error = nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs_bioread() 3966 nfs_vinvalbuf1(vnode_t vp, int flags, vfs_context_t ctx, int intrflg) in nfs_vinvalbuf1() function
|
| H A D | nfs_vfsops.c | 349 …struct nfs_hooks hooks = { .f_vinvalbuf = nfs_vinvalbuf1, .f_buf_page_inval = nfs_buf_page_inval_i… in nfs_vfs_init()
|