Searched refs:XBF_UNMAPPED (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_buf.h | 54 #define XBF_UNMAPPED (1u << 31)/* do not map the buffer */ macro 78 { XBF_UNMAPPED, "UNMAPPED" }
|
D | xfs_buf_item_recover.c | 980 buf_flags |= XBF_UNMAPPED; in xlog_recover_buf_commit_pass2()
|
D | xfs_buf.c | 238 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()
|
D | xfs_inode.c | 1711 XBF_UNMAPPED, &bp); in xfs_ifree_cluster()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 139 imap->im_len, XBF_UNMAPPED, bpp, &xfs_inode_buf_ops); in xfs_imap_to_bp()
|
D | xfs_ialloc.c | 365 XBF_UNMAPPED, &fbuf); in xfs_ialloc_inode_init()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | inode_repair.c | 1376 ri->imap.im_blkno, ri->imap.im_len, XBF_UNMAPPED, &bp, in xrep_dinode_core()
|