Home
last modified time | relevance | path

Searched refs:CINV_DESTROY (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/sys/
HDnamecache.h180 #define CINV_DESTROY 0x0001 /* flag so cache_nlookup ignores the ncp */ macro
/dragonfly/sys/kern/
HDvfs_default.c925 cache_inval(nch, CINV_DESTROY); in vop_compat_nrmdir()
926 cache_inval_vp(vp, CINV_DESTROY); in vop_compat_nrmdir()
HDvfs_cache.c1681 _cache_inval_internal(ncp2, flags & ~CINV_DESTROY, in _cache_inval()
1712 if (flags & CINV_DESTROY) { in _cache_inval_internal()
1772 flags & ~CINV_DESTROY, track); in _cache_inval_internal()
5025 cache_inval_vp(vp, CINV_DESTROY | CINV_CHILDREN); in cache_purge()
HDvfs_syscalls.c891 CINV_DESTROY|CINV_CHILDREN); in dounmount()
/dragonfly/sys/vfs/dirfs/
HDdirfs_vnops.c1010 cache_inval_vp(vp, CINV_DESTROY); in dirfs_nrename()
1138 cache_inval_vp(vp, CINV_DESTROY); in dirfs_nrmdir()
/dragonfly/sys/vfs/devfs/
HDdevfs_vnops.c797 cache_inval_vp(node->v_node, CINV_DESTROY); in devfs_vop_nrmdir()
845 cache_inval_vp(node->v_node, CINV_DESTROY); in devfs_vop_nremove()
HDdevfs_core.c627 cache_inval_vp(vp, CINV_DESTROY); in devfs_unlinkp()
/dragonfly/sys/vfs/hammer/
HDhammer_vnops.c3459 cache_inval_vp(ip->vp, CINV_DESTROY); in hammer_dounlink()