Home
last modified time | relevance | path

Searched refs:P2ALIGN_TYPED (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dsysmacros.h78 #define P2ALIGN_TYPED(x, align, type) \ macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h175 #define P2ALIGN_TYPED(x, align, type) \ macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h258 #define P2ALIGN_TYPED(x, align, type) \ macro
H A Dsysmacros.h260 #define P2ALIGN_TYPED(x, align, type) \ macro
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c900 size = P2ALIGN_TYPED(statbuf.st_size, sizeof (vdev_label_t), uint64_t); in zpool_read_label()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzvol.c699 offset = P2ALIGN_TYPED(offset, size, uint64_t); in zvol_get_data()