Home
last modified time | relevance | path

Searched refs:s_errno (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/tests/f_jnl_errno/
Dname1 journal s_errno handling
/external/qemu/distrib/ext4_utils/src/
Djbd2.h96 __be32 s_errno; member
/external/iputils/
Dclockdiff.c556 int s_errno = 0; in main() local
565 s_errno = errno; in main()
585 errno = s_errno; in main()
/external/iproute2/ip/
Diplink.c595 int s_errno; in get_ctl_fd() local
601 s_errno = errno; in get_ctl_fd()
608 errno = s_errno; in get_ctl_fd()
/external/e2fsprogs/misc/
Ddumpe2fs.c396 if (jsb->s_errno != 0) in print_inline_journal_information()
398 (int) ntohl(jsb->s_errno)); in print_inline_journal_information()
/external/e2fsprogs/e2fsck/
Djournal.c824 journal->j_superblock->s_errno) { in e2fsck_check_ext3_journal()
827 journal->j_superblock->s_errno = 0; in e2fsck_check_ext3_journal()
863 journal->j_superblock->s_errno = -EINVAL; in recover_ext3_journal()
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h188 __s32 s_errno; member
/external/e2fsprogs/
DRELEASE-NOTES575 Fixed e2fsck's handling of the journal's s_errno field. E2fsck was
576 not properly propagating the journal's s_errno field to the superblock
585 The dumpe2fs will now display the journal's s_errno field if it is