Home
last modified time | relevance | path

Searched refs:fail_return (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-46195.patch52 + goto fail_return;
66 + goto fail_return;
76 + goto fail_return;
80 + fail_return:
H A D0030-rust-recursion-limit.patch39 + goto fail_return;
69 + goto fail_return;
82 + fail_return:
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h214 bool fail_return);
H A Dflexfilelayoutdev.c369 bool fail_return) in nfs4_ff_layout_prepare_ds() argument
411 if (fail_return || !ff_layout_has_available_ds(lseg)) in nfs4_ff_layout_prepare_ds()
H A Dflexfilelayout.c743 bool fail_return = false; in ff_layout_choose_ds_for_read() local
749 fail_return = !check_device; in ff_layout_choose_ds_for_read()
752 ds = nfs4_ff_layout_prepare_ds(lseg, mirror, fail_return); in ff_layout_choose_ds_for_read()