Searched refs:log_root (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/fs/btrfs/ |
| H A D | super.c | 136 if (!IS_ALIGNED(sb->log_root, sb->sectorsize)) { in btrfs_check_super() 138 sb->log_root); in btrfs_check_super()
|
| H A D | conv-funcs.h | 165 chunk_root, log_root, log_root_transid, total_bytes, bytes_used,
|
| H A D | ctree.h | 153 __u64 log_root; member
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 23450 + log_root = os.path.join("/tmp", "testfilt", name) 23451 + ofilename = os.path.join(log_root, name + suffix) 23453 + if not os.path.exists(log_root): 23454 + os.makedirs(log_root) 23461 + flog = open(os.path.join(log_root, name + ".log"), "wb") 23467 + flog = open(os.path.join(log_root, name + ".log"), "rt") 23470 +def sayok(log_root, flog):
|