Home
last modified time | relevance | path

Searched refs:h_err (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dext4_jbd2.c120 err = handle->h_err; in __ext4_journal_stop()
188 if (!handle->h_err) in ext4_journal_abort_handle()
189 handle->h_err = err; in ext4_journal_abort_handle()
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4_jbd2.c127 err = handle->h_err; in __ext4_journal_stop()
195 if (!handle->h_err) in ext4_journal_abort_handle()
196 handle->h_err = err; in ext4_journal_abort_handle()
/kernel/linux/linux-5.10/drivers/media/platform/stm32/
H A Dstm32-dcmi.c948 int h_err = (fsize->height - pix->height); in __find_outer_frame_size() local
949 int err = w_err + h_err; in __find_outer_frame_size()
951 if (w_err >= 0 && h_err >= 0 && err < min_err) { in __find_outer_frame_size()
/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c943 int h_err = (fsize->height - pix->height); in __find_outer_frame_size() local
944 int err = w_err + h_err; in __find_outer_frame_size()
946 if (w_err >= 0 && h_err >= 0 && err < min_err) { in __find_outer_frame_size()
/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h470 * @h_err: Field for caller's use to track errors through large fs operations.
500 int h_err; member
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h460 * @h_err: Field for caller's use to track errors through large fs operations.
490 int h_err; member
/kernel/linux/linux-5.10/fs/ocfs2/
H A Djournal.c788 handle->h_err = status; in ocfs2_journal_dirty()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.c783 handle->h_err = status; in ocfs2_journal_dirty()

Completed in 17 milliseconds