Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dfsmap.h33 void ext4_fsmap_to_internal(struct super_block *sb, struct ext4_fsmap *dest,
H A Dioctl.c911 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]); in ext4_ioc_getfsmap()
912 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]); in ext4_ioc_getfsmap()
H A Dfsmap.c31 void ext4_fsmap_to_internal(struct super_block *sb, struct ext4_fsmap *dest, in ext4_fsmap_to_internal() function