Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dioctl.c797 int ext4_force_shutdown(struct super_block *sb, u32 flags) in ext4_force_shutdown() function
848 return ext4_force_shutdown(sb, flags); in ext4_ioctl_shutdown()
H A Dext4.h3029 int ext4_force_shutdown(struct super_block *sb, u32 flags);
H A Dsuper.c1478 ext4_force_shutdown(sb, EXT4_GOING_FLAGS_NOLOGFLUSH); in ext4_shutdown()