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

/linux-master/fs/xfs/
H A Dxfs_buf.h52 #define XBF_INCORE (1u << 29)/* lookup only, return if found in cache */ macro
76 { XBF_INCORE, "INCORE" }, \
250 return xfs_buf_get_map(target, &map, 1, XBF_INCORE | flags, bpp);
H A Dxfs_buf.c751 if (flags & XBF_INCORE)

Completed in 121 milliseconds