Home
last modified time | relevance | path

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

/linux/fs/zonefs/
H A Dzonefs.h144 #define ZONEFS_SUPER_SIZE 4096 macro
H A Dsuper.c1116 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()