Home
last modified time | relevance | path

Searched refs:helper_spin (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/fuse/
H A Dfuse_vnops.c1682 spin_lock(&fmp->helper_spin); in fuse_vop_strategy()
1684 spin_unlock(&fmp->helper_spin); in fuse_vop_strategy()
1690 spin_lock(&fmp->helper_spin); in fuse_vop_strategy()
1692 spin_unlock(&fmp->helper_spin); in fuse_vop_strategy()
2015 spin_lock(&fmp->helper_spin); in fuse_io_thread()
2018 spin_unlock(&fmp->helper_spin); in fuse_io_thread()
2020 spin_lock(&fmp->helper_spin); in fuse_io_thread()
2022 spin_unlock(&fmp->helper_spin); in fuse_io_thread()
H A Dfuse.h92 struct spinlock helper_spin; // protect bioq member
H A Dfuse_vfsops.c240 spin_init(&fmp->helper_spin, "fuse_spin"); in fuse_mount()