Searched refs:destdir (Results 1 – 4 of 4) sorted by relevance
179 destdir=$kernel_headers_dir/usr/src/linux-headers-$version180 mkdir -p "$destdir"181 (cd $srctree; tar -c -f - -T -) < "$objtree/debian/hdrsrcfiles" | (cd $destdir; tar -xf -)182 (cd $objtree; tar -c -f - -T -) < "$objtree/debian/hdrobjfiles" | (cd $destdir; tar -xf -)183 (cd $objtree; cp $KCONFIG_CONFIG $destdir/.config) # copy .config manually to be where it's expecte…
392 struct dentry *destdir; member530 struct inode *udir = d_inode(c->destdir), *wdir = d_inode(c->workdir); in ovl_copy_up_workdir()541 err = ovl_lock_rename_workdir(c->workdir, c->destdir); in ovl_copy_up_workdir()566 upper = lookup_one_len(c->destname.name, c->destdir, c->destname.len); in ovl_copy_up_workdir()583 unlock_rename(c->workdir, c->destdir); in ovl_copy_up_workdir()596 struct inode *udir = d_inode(c->destdir); in ovl_copy_up_tmpfile()617 upper = lookup_one_len(c->destname.name, c->destdir, c->destname.len); in ovl_copy_up_tmpfile()672 c->destdir = ovl_indexdir(c->dentry->d_sb); in ovl_do_copy_up()684 err = ovl_set_impure(c->parent, c->destdir); in ovl_do_copy_up()704 struct inode *udir = d_inode(c->destdir); in ovl_do_copy_up()[all …]
45 destdir="$LKMM_DESTDIR"48 LKMM_DESTDIR="$destdir"; export LKMM_DESTDIR
94 checkarg --destdir "(herd7 options)" "$#" "$2" '.*' '^--'