Home
last modified time | relevance | path

Searched refs:XBF_LIVESCAN (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_buf.h48 #define XBF_LIVESCAN (1u << 28) macro
69 { XBF_LIVESCAN, "LIVESCAN" }, \
H A Dxfs_buf.c505 if (flags & XBF_LIVESCAN) { in xfs_buf_find_lock()
673 if (flags & XBF_LIVESCAN) in xfs_buf_get_map()
/linux/fs/xfs/scrub/
H A Dreap.c250 scan->__sector_count, XBF_LIVESCAN, &bp); in xrep_bufscan_advance()