Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ntfs/
H A Dntfs_vnops.c697 if (VOP_LOCK(dvp, LK_EXCLUSIVE | LK_RETRY) == 0) in ntfs_lookup()
703 error = VOP_LOCK(dvp, LK_EXCLUSIVE); in ntfs_lookup()
H A Dntfs.h308 #define VOP_LOCK(a, b) vn_lock((a), (b) | LK_FAILRECLAIM) macro
/dragonfly/
H A DMakefile_upgrade.inc1831 TO_REMOVE+=/usr/share/man/man9/VOP_LOCK.9.gz