Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dext4.h116 __u16 errors_behavior; member
/linux/fs/ext4/
H A Dioctl.c1283 ret.errors_behavior = le16_to_cpu(es->s_errors); in ext4_ioctl_get_tune_sb()
1319 es->s_errors = cpu_to_le16(params->errors_behavior); in ext4_sb_setparams()
1408 (params.errors_behavior > EXT4_ERRORS_PANIC)) in ext4_ioctl_set_tune_sb()