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.h46 #define XBF_LIVESCAN (1u << 28) macro
64 { XBF_LIVESCAN, "LIVESCAN" }, \
H A Dxfs_buf.c449 if (flags & XBF_LIVESCAN) { in xfs_buf_find_lock()
561 if (flags & XBF_LIVESCAN) in xfs_find_get_buf()
594 ASSERT(!(flags & ~(XBF_TRYLOCK | XBF_INCORE | XBF_LIVESCAN))); in xfs_buf_get_map()
595 ASSERT(!(flags & XBF_LIVESCAN) || (flags & XBF_INCORE)); in xfs_buf_get_map()
H A Dxfs_inode.c1135 XBF_LIVESCAN, &bp); in xfs_inactive_dir()