Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c84 #define P2ALIGN(x, align) ((x) & -(align)) macro
1894 P2ALIGN(device_size, (uint64_t) sizeof(vdev_label_t)); in zfs_mount()