Home
last modified time | relevance | path

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 Dsysmacros.h78 #define P2ALIGN_TYPED(x, align, type) \ macro
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h175 #define P2ALIGN_TYPED(x, align, type) \ macro
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h255 #define P2ALIGN_TYPED(x, align, type) \ macro
H A Dsysmacros.h260 #define P2ALIGN_TYPED(x, align, type) \ macro
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c157 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 Dsysmacros.h316 #define P2ALIGN_TYPED(x, align, type) \ macro
/freebsd-13.1/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c910 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 Dzvol.c711 offset = P2ALIGN_TYPED(offset, size, uint64_t); in zvol_get_data()