Searched refs:ZONEFS_SUPER_SIZE (Results 1 – 2 of 2) sorted by relevance
144 #define ZONEFS_SUPER_SIZE 4096 macro
1116 super = kmalloc(ZONEFS_SUPER_SIZE, GFP_KERNEL); in zonefs_read_super()1120 ret = bdev_rw_virt(sb->s_bdev, 0, super, ZONEFS_SUPER_SIZE, in zonefs_read_super()1438 BUILD_BUG_ON(sizeof(struct zonefs_super) != ZONEFS_SUPER_SIZE); in zonefs_init()