Searched refs:LIBUFS_BUFALIGN (Results 1 – 4 of 4) sorted by relevance
39 #define LIBUFS_BUFALIGN 128 macro48 } d_sbunion __aligned(LIBUFS_BUFALIGN);52 } d_cgunion __aligned(LIBUFS_BUFALIGN);56 } d_inosunion __aligned(LIBUFS_BUFALIGN);85 if (data != NULL && (((intptr_t)data) & (LIBUFS_BUFALIGN - 1)) == 0) \88 *newbufpp = aligned_alloc(LIBUFS_BUFALIGN, size); \
153 if (((uintptr_t)disk & ~(LIBUFS_BUFALIGN - 1)) != (uintptr_t)disk) { in ufs_disk_fillout_blank()
431 while ((retval = aligned_alloc(LIBUFS_BUFALIGN, size)) == NULL) in Balloc()
2275 uint8_t block[1 * 1024 * 1024] __aligned(LIBUFS_BUFALIGN); in suj_read()