Home
last modified time | relevance | path

Searched refs:mnt_token (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/kern/
H A Dvfs_mount.c276 lwkt_gettoken(&mp->mnt_token); in vfs_busy()
279 lwkt_reltoken(&mp->mnt_token); in vfs_busy()
296 lwkt_reltoken(&mp->mnt_token); in vfs_busy()
303 lwkt_reltoken(&mp->mnt_token); in vfs_busy()
377 lwkt_token_init(&mp->mnt_token, "permnt"); in mount_init()
843 lwkt_gettoken(&omp->mnt_token); in insmntque()
849 lwkt_reltoken(&omp->mnt_token); in insmntque()
860 lwkt_gettoken(&mp->mnt_token); in insmntque()
868 lwkt_reltoken(&mp->mnt_token); in insmntque()
908 lwkt_gettoken(&mp->mnt_token); in vmntvnodescan()
[all …]
H A Dvfs_syscalls.c273 lwkt_gettoken(&mp->mnt_token); in sys_mount()
358 lwkt_gettoken(&mp->mnt_token); in sys_mount()
403 lwkt_reltoken(&mp->mnt_token); in sys_mount()
445 lwkt_reltoken(&mp->mnt_token); in sys_mount()
463 lwkt_reltoken(&mp->mnt_token); in sys_mount()
800 lwkt_gettoken(&mp->mnt_token); in dounmount()
1098 lwkt_reltoken(&mp->mnt_token); in dounmount()
1108 lwkt_reltoken(&mp->mnt_token); in dounmount()
1183 lwkt_gettoken(&mp->mnt_token); in sync_callback()
1186 lwkt_reltoken(&mp->mnt_token); in sync_callback()
[all …]
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vnops.c633 lwkt_gettoken(&vp->v_mount->mnt_token); in dirfs_read()
637 lwkt_reltoken(&vp->v_mount->mnt_token); in dirfs_read()
641 lwkt_reltoken(&vp->v_mount->mnt_token); in dirfs_read()
897 lwkt_gettoken(&mp->mnt_token); in dirfs_nremove()
926 lwkt_reltoken(&mp->mnt_token); in dirfs_nremove()
1111 lwkt_gettoken(&mp->mnt_token); in dirfs_nrmdir()
1146 lwkt_reltoken(&mp->mnt_token); in dirfs_nrmdir()
1180 lwkt_gettoken(&mp->mnt_token); in dirfs_nsymlink()
1206 lwkt_reltoken(&mp->mnt_token); in dirfs_nsymlink()
1324 lwkt_gettoken(&mp->mnt_token); in dirfs_readlink()
[all …]
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs.h377 #define TMPFS_LOCK(tm) lwkt_gettoken(&(tm)->tm_mount->mnt_token)
378 #define TMPFS_UNLOCK(tm) lwkt_reltoken(&(tm)->tm_mount->mnt_token)
H A Dtmpfs_vnops.c1778 lwkt_gettoken(&mp->mnt_token); in tmpfs_inactive()
1786 lwkt_reltoken(&mp->mnt_token); in tmpfs_inactive()
1829 lwkt_reltoken(&mp->mnt_token); in tmpfs_inactive()
1845 lwkt_gettoken(&mp->mnt_token); in tmpfs_reclaim()
1870 lwkt_reltoken(&mp->mnt_token); in tmpfs_reclaim()
1886 lwkt_gettoken(&mp->mnt_token); in tmpfs_mountctl()
1903 lwkt_reltoken(&mp->mnt_token); in tmpfs_mountctl()
/dragonfly/sys/sys/
H A Dmount.h257 struct lwkt_token mnt_token; /* token lock if not MPSAFE */ member
415 lwkt_gettoken(&xlock_mp->mnt_token); \
422 lwkt_reltoken(&xlock_mp->mnt_token); \
/dragonfly/sys/vfs/autofs/
H A Dautofs_vnops.c440 lwkt_gettoken(&mp->mnt_token); in autofs_mountctl()
450 lwkt_reltoken(&mp->mnt_token); in autofs_mountctl()
/dragonfly/sys/vfs/fuse/
H A Dfuse_vnops.c1812 lwkt_gettoken(&mp->mnt_token); in fuse_vop_mountctl()
1823 lwkt_reltoken(&mp->mnt_token); in fuse_vop_mountctl()
/dragonfly/sys/vfs/ufs/
H A Dffs_softdep.c622 lwkt_gettoken(&ump->um_mountp->mnt_token); in process_worklist_item()
624 lwkt_reltoken(&ump->um_mountp->mnt_token); in process_worklist_item()