Home
last modified time | relevance | path

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

/freebsd/lib/libufs/
H A Dlibufs.h39 #define LIBUFS_BUFALIGN 128 macro
48 } 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); \
H A Dtype.c153 if (((uintptr_t)disk & ~(LIBUFS_BUFALIGN - 1)) != (uintptr_t)disk) { in ufs_disk_fillout_blank()
/freebsd/sbin/fsck_ffs/
H A Dfsck.h431 while ((retval = aligned_alloc(LIBUFS_BUFALIGN, size)) == NULL) in Balloc()
H A Dsuj.c2275 uint8_t block[1 * 1024 * 1024] __aligned(LIBUFS_BUFALIGN); in suj_read()