Home
last modified time | relevance | path

Searched refs:XBF_UNMAPPED (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_buf.h54 #define XBF_UNMAPPED (1u << 31)/* do not map the buffer */ macro
78 { XBF_UNMAPPED, "UNMAPPED" }
Dxfs_buf_item_recover.c980 buf_flags |= XBF_UNMAPPED; in xlog_recover_buf_commit_pass2()
Dxfs_buf.c238 flags &= ~(XBF_UNMAPPED | XBF_TRYLOCK | XBF_ASYNC | XBF_READ_AHEAD); in _xfs_buf_alloc()
431 } else if (flags & XBF_UNMAPPED) { in _xfs_buf_map_pages()
Dxfs_inode.c1711 XBF_UNMAPPED, &bp); in xfs_ifree_cluster()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_buf.c139 imap->im_len, XBF_UNMAPPED, bpp, &xfs_inode_buf_ops); in xfs_imap_to_bp()
Dxfs_ialloc.c365 XBF_UNMAPPED, &fbuf); in xfs_ialloc_inode_init()
/linux-6.12.1/fs/xfs/scrub/
Dinode_repair.c1376 ri->imap.im_blkno, ri->imap.im_len, XBF_UNMAPPED, &bp, in xrep_dinode_core()