Searched refs:nfs_vinvalbuf1 (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_vnops.c | 855 nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs_vnop_open() 868 if ((error = nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1))) { in nfs_vnop_open() 1112 nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs_vnop_close() 1121 error = nfs_vinvalbuf1(vp, V_SAVE, ctx, 1); in nfs_vnop_close() 1590 error = nfs_vinvalbuf1(vp, V_IGNORE_WRITEERR, ctx, 1); in nfs_refresh_fh() 1833 error = nfs_vinvalbuf1(vp, V_SAVE, ctx, 1); in nfs_getattr_internal() 2051 error = nfs_vinvalbuf1(vp, (vap->va_data_size ? V_SAVE : 0), ctx, 1); in nfs_vnop_setattr() 2188 nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs_vnop_setattr() 2217 error = nfs_vinvalbuf1(vp, V_SAVE, ctx, 1); in nfs_vnop_setattr() 3159 nfs_vinvalbuf1(vp, V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs_vnop_write() [all …]
|
| H A D | nfs_node.c | 1071 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 | 4834 if (modified && ((error = nfs_vinvalbuf1(vp, V_SAVE, ctx, 1)))) { in nfs_vnop_advlock() 8464 error = nfs_vinvalbuf1(NFSTOV(anp), V_SAVE | V_IGNORE_WRITEERR, ctx, 1); in nfs4_named_attr_get() 8945 error = nfs_vinvalbuf1(NFSTOV(adnp), 0, ctx, 1); in nfs4_vnop_listxattr() 8960 if ((error = nfs_vinvalbuf1(NFSTOV(adnp), 0, ctx, 1))) { in nfs4_vnop_listxattr() 9006 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() 3965 nfs_vinvalbuf1(vnode_t vp, int flags, vfs_context_t ctx, int intrflg) in nfs_vinvalbuf1() function
|
| H A D | nfs_vfsops.c | 350 …struct nfs_hooks hooks = { .f_vinvalbuf = nfs_vinvalbuf1, .f_buf_page_inval = nfs_buf_page_inval_i… in nfs_vfs_init()
|