Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_ail.c298 lock_result = IOP_TRYLOCK(lip); in xfsaild_push()
Dxfs_trans.h804 #define IOP_TRYLOCK(ip) (*(ip)->li_ops->iop_trylock)(ip) macro