Home
last modified time | relevance | path

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

/external/u-boot/fs/zfs/
Dzfs.c83 #define P2ALIGN(x, align) ((x) & -(align)) macro
1893 P2ALIGN(device_size, (uint64_t) sizeof(vdev_label_t)); in zfs_mount()