Home
last modified time | relevance | path

Searched refs:tmp_dir (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/boot/
Dgenimage.sh84 tmp_dir=`dirname $FIMAGE`/isoimage
85 rm -rf $tmp_dir
86 mkdir $tmp_dir
110 cp $isolinux $tmp_dir
111 cp $ldlinux $tmp_dir
112 cp $FBZIMAGE $tmp_dir/linux
113 echo "$KCMDLINE" > $tmp_dir/isolinux.cfg
115 cp "$FDINITRD" $tmp_dir/initrd.img
119 -boot-info-table $tmp_dir
121 rm -rf $tmp_dir
/kernel/linux/linux-5.10/scripts/
Ddepmod.sh29 tmp_dir=$(mktemp -d ${TMPDIR:-/tmp}/depmod.XXXXXX)
30 mkdir -p "$tmp_dir/lib/modules/$KERNELRELEASE"
31 if "$DEPMOD" -b "$tmp_dir" $KERNELRELEASE 2>/dev/null; then
32 if test -e "$tmp_dir/lib/modules/$KERNELRELEASE/modules.dep" -o \
33 -e "$tmp_dir/lib/modules/$KERNELRELEASE/modules.dep.bin"; then
37 rm -rf "$tmp_dir"
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
Dzip_main.c550 struct dentry *tmp_dir; in hisi_zip_dfx_debug_init() local
554 tmp_dir = debugfs_create_dir("zip_dfx", qm->debug.debug_root); in hisi_zip_dfx_debug_init()
558 0644, tmp_dir, data, in hisi_zip_dfx_debug_init()
/kernel/linux/linux-5.10/fs/btrfs/
Dsend.c1814 u64 tmp_dir; in is_first_ref() local
1820 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()
1824 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()