Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/zfs/
H A Dsa_impl.h20 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 16, 3, 0) macro
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0069-zfs-Fix-resource-leaks-while-constructing-path.patch109 hdrsize = SA_HDR_SIZE (((sa_hdr_phys_t *) sahdrp));
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c2057 hdrsize = SA_HDR_SIZE(((sa_hdr_phys_t *) sahdrp)); in zfs_open()