Home
last modified time | relevance | path

Searched refs:VOP__LOCK (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/hpfs/
H A Dhpfs.h389 #define VOP__LOCK(a, b) vn_lock((a), (b) | LK_FAILRECLAIM) macro
H A Dhpfs_vnops.c1009 VOP__LOCK(dvp, 0); in hpfs_lookup()
1013 if (lockparent && (error = VOP__LOCK(dvp, 0))) { in hpfs_lookup()