Home
last modified time | relevance | path

Searched refs:XMBUF_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_buf_mem.c93 btp->bt_meta_sectorsize = XMBUF_BLOCKSIZE; in xmbuf_alloc()
94 btp->bt_meta_sectormask = XMBUF_BLOCKSIZE - 1; in xmbuf_alloc()
96 error = xfs_init_buftarg(btp, XMBUF_BLOCKSIZE, descr); in xmbuf_alloc()
145 if (BBTOB(bp->b_length) != XMBUF_BLOCKSIZE) in xmbuf_map_page()
Dxfs_buf_mem.h9 #define XMBUF_BLOCKSIZE (PAGE_SIZE) macro
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_btree_mem.h11 #define XFBNO_BLOCKSIZE (XMBUF_BLOCKSIZE)
Dxfs_btree_mem.c81 return XMBUF_BLOCKSIZE - XFS_BTREE_LBLOCK_CRC_LEN; in xfbtree_rec_bytes()