Home
last modified time | relevance | path

Searched refs:fspath (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-power/tools/power-utils/
H A Daei_updater.cpp422 fspath = updater::internal::getFWFilenamePath(getImageDir()); in performI2cWriteReadWithRetries()
423 if (fspath.empty()) in performI2cWriteReadWithRetries()
437 if (!updater::internal::validateFWFile(fspath)) in performI2cWriteRead()
441 "Firmware validation failed, FW file path = " + fspath}}; in verifyDownloadFWStatus()
444 lg2::error("Firmware validation failed, fspath={PATH}", "PATH", fspath); in verifyDownloadFWStatus()
452 auto inputFile = updater::internal::openFirmwareFile(fspath); in verifyDownloadFWStatus()
457 "Firmware file failed to open, FW file path = " + fspath}}; in verifyDownloadFWStatus()
504 {"FW_FILE_PATH", fspath}}; in ispReadRebootStatus()
509 lg2::error("Unable to open firmware file {FILE}", "FILE", fspath);
[all...]
H A Daei_updater.hpp206 std::string fspath;
216 std::string fspath; global() member in aeiUpdater::AeiUpdater
/openbmc/linux/fs/btrfs/
H A Dbackref.c2711 char *fspath; in inode_to_path() local
2713 int i = ipath->fspath->elem_cnt; in inode_to_path()
2717 bytes_left = ipath->fspath->bytes_left > s_ptr ? in inode_to_path()
2718 ipath->fspath->bytes_left - s_ptr : 0; in inode_to_path()
2720 fspath_min = (char *)ipath->fspath->val + (i + 1) * s_ptr; in inode_to_path()
2721 fspath = btrfs_ref_to_path(ipath->fs_root, ipath->btrfs_path, name_len, in inode_to_path()
2723 if (IS_ERR(fspath)) in inode_to_path()
2724 return PTR_ERR(fspath); in inode_to_path()
2726 if (fspath > fspath_min) { in inode_to_path()
2727 ipath->fspath->val[i] = (u64)(unsigned long)fspath; in inode_to_path()
[all …]
H A Dsend.c5547 struct fs_path *fspath; in send_encoded_inline_extent() local
5559 fspath = fs_path_alloc(); in send_encoded_inline_extent()
5560 if (!fspath) { in send_encoded_inline_extent()
5569 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath); in send_encoded_inline_extent()
5578 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, fspath); in send_encoded_inline_extent()
5601 fs_path_free(fspath); in send_encoded_inline_extent()
5612 struct fs_path *fspath; in send_encoded_extent() local
5626 fspath = fs_path_alloc(); in send_encoded_extent()
5627 if (!fspath) { in send_encoded_extent()
5636 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath); in send_encoded_extent()
[all …]
H A Dbackref.h141 struct btrfs_data_container *fspath; member
H A Dioctl.c3394 for (i = 0; i < ipath->fspath->elem_cnt; ++i) { in btrfs_ioctl_ino_to_path()
3395 rel_ptr = ipath->fspath->val[i] - in btrfs_ioctl_ino_to_path()
3396 (u64)(unsigned long)ipath->fspath->val; in btrfs_ioctl_ino_to_path()
3397 ipath->fspath->val[i] = rel_ptr; in btrfs_ioctl_ino_to_path()
3402 ret = copy_to_user((void __user *)(unsigned long)ipa->fspath, in btrfs_ioctl_ino_to_path()
3403 ipath->fspath, size); in btrfs_ioctl_ino_to_path()
H A Dscrub.c453 for (i = 0; i < ipath->fspath->elem_cnt; ++i) in scrub_print_warning_inode()
461 (char *)(unsigned long)ipath->fspath->val[i]); in scrub_print_warning_inode()
H A Dinode.c199 for (int i = 0; i < ipath->fspath->elem_cnt; i++) { in data_reloc_print_warning_inode()
204 (char *)(unsigned long)ipath->fspath->val[i]); in data_reloc_print_warning_inode()
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py36 self._test_dir = os.path.dirname(str(request.fspath))
/openbmc/linux/scripts/kconfig/tests/
H A Dconftest.py36 self._test_dir = os.path.dirname(str(request.fspath))
/openbmc/linux/include/uapi/linux/
H A Dbtrfs.h700 __u64 fspath; /* out */ member