Searched refs:P2ALIGN_TYPED (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | sysmacros.h | 78 #define P2ALIGN_TYPED(x, align, type) \ macro
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | sysmacros.h | 175 #define P2ALIGN_TYPED(x, align, type) \ macro
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 255 #define P2ALIGN_TYPED(x, align, type) \ macro
|
| H A D | sysmacros.h | 260 #define P2ALIGN_TYPED(x, align, type) \ macro
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 157 size = P2ALIGN_TYPED(statbuf.st_size, sizeof (vdev_label_t), uint64_t); in zpool_clear_label()
|
| /freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | sysmacros.h | 316 #define P2ALIGN_TYPED(x, align, type) \ macro
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 910 size = P2ALIGN_TYPED(statbuf.st_size, sizeof (vdev_label_t), uint64_t); in zpool_read_label_slow() 988 size = P2ALIGN_TYPED(statbuf.st_size, sizeof (vdev_label_t), uint64_t); in zpool_read_label()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zvol.c | 711 offset = P2ALIGN_TYPED(offset, size, uint64_t); in zvol_get_data()
|