XBF_TRYLOCK       542 fs/xfs/linux-2.6/xfs_buf.c 		if (!(flags & XBF_TRYLOCK)) {
XBF_TRYLOCK       627 fs/xfs/linux-2.6/xfs_buf.c 	if (flags & (XBF_LOCK | XBF_TRYLOCK))
XBF_TRYLOCK       667 fs/xfs/linux-2.6/xfs_buf.c 	if (flags & (XBF_LOCK | XBF_TRYLOCK))
XBF_TRYLOCK       690 fs/xfs/linux-2.6/xfs_buf.c 	flags |= (XBF_TRYLOCK|XBF_ASYNC|XBF_READ_AHEAD);
XBF_TRYLOCK       267 fs/xfs/linux-2.6/xfs_buf.h #define XFS_BUF_TRYLOCK		XBF_TRYLOCK
XBF_TRYLOCK       268 fs/xfs/linux-2.6/xfs_buf.h #define XFS_INCORE_TRYLOCK	XBF_TRYLOCK