/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ioctl.c | 865 ret = pending_snapshot->error; in create_snapshot() 920 int error; in btrfs_may_delete() local 928 error = inode_permission(dir, MAY_WRITE | MAY_EXEC); in btrfs_may_delete() 929 if (error) in btrfs_may_delete() 930 return error; in btrfs_may_delete() 974 int error; in btrfs_mksubvol() local 976 error = down_write_killable_nested(&dir->i_rwsem, I_MUTEX_PARENT); in btrfs_mksubvol() 977 if (error == -EINTR) in btrfs_mksubvol() 978 return error; in btrfs_mksubvol() 981 error in btrfs_mksubvol() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ioctl.c | 852 ret = pending_snapshot->error; in create_snapshot() 908 int error; in btrfs_may_delete() local 916 error = inode_permission(idmap, dir, MAY_WRITE | MAY_EXEC); in btrfs_may_delete() 917 if (error) in btrfs_may_delete() 918 return error; in btrfs_may_delete() 968 int error; in btrfs_mksubvol() local 970 error = down_write_killable_nested(&dir->i_rwsem, I_MUTEX_PARENT); in btrfs_mksubvol() 971 if (error == -EINTR) in btrfs_mksubvol() 972 return error; in btrfs_mksubvol() 975 error in btrfs_mksubvol() [all...] |
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 723 fotg210->stats.normal, fotg210->stats.error, in fill_registers_buffer() 1483 goto error; in fotg210_hub_control() 1488 goto error; in fotg210_hub_control() 1509 goto error; in fotg210_hub_control() 1513 goto error; in fotg210_hub_control() 1534 goto error; in fotg210_hub_control() 1549 goto error; in fotg210_hub_control() 1594 "port %d resume error %d\n", in fotg210_hub_control() 1596 goto error; in fotg210_hub_control() 1619 fotg210_err(fotg210, "port %d reset error in fotg210_hub_control() [all...] |
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/model/ |
H A D | KvStoreModel.js | 83 logger.error(TAG, `kvStore.put ${key} failed, ${JSON.stringify(err)}`)
|
/base/hiviewdfx/hilog/interfaces/rust/src/ |
H A D | macros.rs | 160 /// printf log at the error level. 165 /// use hilog_rust::{error, hilog, HiLogLabel, LogType}; 173 /// error!(LOG_LABEL, "testLog{}", "testargs"); 177 macro_rules! error{ macros
|
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/ |
H A D | js_leak_watcher.js | 22 const ERROR_MSG_INVALID_PARAM = 'Parameter error. Please check!'; 165 } catch (error) {
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/ |
H A D | ffi.rs | 17 use crate::error::SessionStatusCode;
|
/base/startup/bootstrap_lite/services/source/ |
H A D | core_main.h | 136 #error Not support current compiler!
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_context.h | 136 MOCK_METHOD1(SetLatestError, void(int32_t error));
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_context.h | 94 void SetLatestError(int32_t error) override;
|
/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_queue.c | 158 msg->error = HDF_SUCCESS; in PlatformQueueAddMsg()
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_hal.h | 84 void (*onVendorHalRestart)(const char* error);
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | page.h | 196 # error CONFIG_DISCONTIGMEM not supported
|
/kernel/linux/linux-5.10/certs/ |
H A D | Makefile | 44 $(error Could not determine digest type to use from kernel config)
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_req.h | 47 * either successfully or with io-error. 83 * only see an error if neither local nor remote data is reachable. */ 126 * 0010: completed with error 272 * We could squirrel the error to be returned into 276 int error; member
|
H A D | drbd_state.h | 109 # error "this endianess is not supported"
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp-init.S | 63 #error Unexpected __KVM_HOST_SMCCC_FUNC___kvm_hyp_init value
|
H A D | host.S | 125 .error "host_el1_sync_vect larger than vector entry"
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/ |
H A D | usbgecko_udbg.c | 279 #error Invalid platform for USB Gecko based early debugging. in ug_early_grab_io_addr()
|
/kernel/linux/linux-5.10/arch/mips/rb532/ |
H A D | irq.c | 56 #error Too little irqs defined. Did you override <asm/irq.h> ?
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | page.h | 14 # error "unknown default kernel page size"
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | crtsavres.S | 41 #error "On PPC64, FPR save/restore functions are provided by the linker."
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | page.h | 21 # error "Bogus kernel page size?"
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | leon.h | 188 #error cannot determine LEON_PAGE_SIZE_LEON
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | espfix_64.c | 49 # error "Need more virtual address space for the ESPFIX hack"
|