Searched refs:IOP_TRYLOCK (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/ | ||
D | xfs_trans_ail.c | 151 lock_result = IOP_TRYLOCK(lip); in xfs_trans_push_ail() |
D | xfs_trans.h | 188 #define IOP_TRYLOCK(ip) (*(ip)->li_ops->iop_trylock)(ip) macro |