Home
last modified time | relevance | path

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

/NextBSD/sys/fs/tmpfs/
HDtmpfs_subr.c487 tmpfs_alloc_vp(struct mount *mp, struct tmpfs_node *node, int lkflag, in tmpfs_alloc_vp() argument
503 (lkflag & LK_NOWAIT) != 0)) { in tmpfs_alloc_vp()
520 error = vget(vp, lkflag | LK_INTERLOCK, curthread); in tmpfs_alloc_vp()
573 (void) vn_lock(vp, lkflag | LK_RETRY); in tmpfs_alloc_vp()