Searched refs:tr_owner (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/ufs/ufs/
H A Dinode.h58 struct thread *tr_owner; member in struct:iown_tracker
H A Dufs_lookup.c1505 if (curthread == tr->tr_owner && ip->i_lock_gen == tr->tr_gen)
1513 name, ip, (uintmax_t)ip->i_number, tr->tr_owner,
1514 tr->tr_owner->td_tid, tr->tr_gen,
1528 tr->tr_owner = curthread;
1536 tr->tr_owner = NULL;

Completed in 67 milliseconds