Home
last modified time | relevance | path

Searched refs:LOCKMGR (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/ntfs/
H A Dntfs_subr.c349 LOCKMGR(&ip->i_lock, LK_EXCLUSIVE); in ntfs_ntget()
376 } while (LOCKMGR(&ntfs_hashlock, LK_EXCLUSIVE | LK_SLEEPFAIL)); in ntfs_ntlookup()
397 LOCKMGR(&ntfs_hashlock, LK_RELEASE); in ntfs_ntlookup()
434 LOCKMGR(&ip->i_lock, LK_RELEASE); in ntfs_ntput()
1889 LOCKMGR(&ntfs_toupper_lock, LK_EXCLUSIVE); in ntfs_toupper_use()
1912 LOCKMGR(&ntfs_toupper_lock, LK_RELEASE); in ntfs_toupper_use()
1924 LOCKMGR(&ntfs_toupper_lock, LK_EXCLUSIVE); in ntfs_toupper_unuse()
1939 LOCKMGR(&ntfs_toupper_lock, LK_RELEASE); in ntfs_toupper_unuse()
H A Dntfs.h309 #define LOCKMGR(a, b) lockmgr((a), (b)) macro
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vfsops.c523 } while (LOCKMGR(&hpfs_hphash_lock, LK_EXCLUSIVE | LK_SLEEPFAIL)); in hpfs_vget()
527 LOCKMGR(&hpfs_hphash_lock, LK_RELEASE); in hpfs_vget()
H A Dhpfs.h393 #define LOCKMGR(a, b) lockmgr((a), (b)) macro