Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_trans.h361 #define IOP_TRYLOCK(ip) (*(ip)->li_ops->iop_trylock)(ip) macro
Dxfs_trans_ail.c404 lock_result = IOP_TRYLOCK(lip); in xfs_ail_worker()