| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | directory-locking.rst | 25 4) rename() that is _not_ cross-directory. Locking rules: caller locks 43 6) cross-directory rename. The trickiest in the whole bunch. Locking 74 (1) if object removal or non-cross-directory rename holds lock on A and 76 acquire the lock on B. (Proof: only cross-directory rename can change 79 (2) if cross-directory rename holds the lock on filesystem, order will not 80 change until rename acquires all locks. (Proof: other cross-directory 104 Any contended object is either held by cross-directory rename or 106 operation other than cross-directory rename. Then the lock this operation 109 It means that one of the operations is cross-directory rename. 112 own descendent. Moreover, there is exactly one cross-directory rename [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 14-support-out-of-tree-config.patch | 145 - if (rename(".tmpconfig.h", name)) 147 + if (rename(buf, name)) 152 - if (rename(".tmpconfig_tristate", name)) 154 + if (rename(buf, name)) 161 - if (rename(".tmpconfig", name)) 163 + if (rename(buf, name)) 202 - rename("..config.tmp", name); 204 + rename(buf, buf2);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/lttng-modules/ |
| H A D | 0009-Rename-genhd-wrapper-to-blkdev.patch | 6 The genhd.h header was folded into blkdev.h in v5.18, rename our wrapper 18 rename include/wrapper/{genhd.h => blkdev.h} (93%) 22 rename from include/wrapper/genhd.h 23 rename to include/wrapper/blkdev.h
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0030-fix-building-on-older-distributions.patch | 10 way as os.rename, however, it is now cross-platform compatible for Windows. 13 safe to change os.replace back to os.rename. 32 + os.rename(new_path, old_path)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/bluez5/ |
| H A D | 0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch | 23 rename obexd/src/{org.bluez.obex.service => org.bluez.obex.service.in} (76%) 46 rename from obexd/src/org.bluez.obex.service 47 rename to obexd/src/org.bluez.obex.service.in
|
| /OK3568_Linux_fs/external/mpp/debian/ |
| H A D | changelog | 201 * [mpp]: rename and update build rules 202 * [legacy]: rename mpp legacy library 215 * [mpp/hal/vp8d]: rename and add device type info 221 * [jpegd] rename to its device type 237 * osal: rename the directory of windows implementation 242 * mpp: test: build: rename the mpp library name in unit test 243 * mpp: legacy: rename mpp legacy library as rockchip_vpu
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 05-partitions.sh | 35 rename-part) FUNC=rk_partition_rename ;; 83 rename-part) rk_partition_rename $@ ;;
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-partitions.sh | 35 rename-part) FUNC=rk_partition_rename ;; 83 rename-part) rk_partition_rename $@ ;;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch | 104 - rename("$tmp/$entries[0]", $dest) 105 - or syserr(g_('unable to rename %s to %s'), 170 + rename $File::Find::name, $destpath 180 - rename($tmp, $dest) 181 - or syserr(g_('unable to rename %s to %s'), $tmp, $dest); 190 + rename("$tmp/$entries[0]", $dest) 191 + or syserr(g_('unable to rename %s to %s'), 194 + rename($tmp, $dest) 195 + or syserr(g_('unable to rename %s to %s'), $tmp, $dest);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/numactl/numactl/ |
| H A D | 0001-define-run-test-target.patch | 1 rename test target as run-test 6 not suitable for cross-compile environment, so rename it as run-test.
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 94 STUBCOPY_FLAGS-$(CONFIG_X86) += --rename-section .bss=.bss.efistub,load,alloc 103 STUBCOPY_FLAGS-$(CONFIG_ARM) += --rename-section .data=.data.efistub \ 104 --rename-section .bss=.bss.efistub,load,alloc
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | namei.c | 401 new_op->upcall.req.rename.old_parent_refn = ORANGEFS_I(old_dir)->refn; in orangefs_rename() 402 new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn; in orangefs_rename() 404 strncpy(new_op->upcall.req.rename.d_old_name, in orangefs_rename() 407 strncpy(new_op->upcall.req.rename.d_new_name, in orangefs_rename() 436 .rename = orangefs_rename,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0009-Rename-poll.h-to-vm_poll.h.patch | 12 we rename poll.h to vm_poll.h. 27 rename open-vm-tools/lib/include/{poll.h => vm_poll.h} (99%) 83 rename from open-vm-tools/lib/include/poll.h 84 rename to open-vm-tools/lib/include/vm_poll.h
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0001-Fix-segfault-with-mangled-rename-patch.patch | 4 Subject: [PATCH] Fix segfault with mangled rename patch 30 say ("Cannot %s file without two valid file names\n", pch_rename () ? "rename" : "copy");
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0002-Fix-segfault-with-mangled-rename-patch.patch | 4 Subject: [PATCH] Fix segfault with mangled rename patch 32 say ("Cannot %s file without two valid file names\n", pch_rename () ? "rename" : "copy");
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | update-alternatives.bbclass | 47 # the need to rename alternative files in the do_install step, but still 133 # We need to do the rename after the image creation step, but before 157 # If the src == dest, we know we need to rename the dest by appending ${BPN} 174 # If the link and target are the same name, we need to rename the target. 183 # Delay rename of links 187 bb.utils.rename(src, dest) 202 # Ok, the link_target exists, we can rename 204 bb.utils.rename(src, dest)
|
| H A D | overlayfs-etc.bbclass | 16 # 1. Default option is to rename original /sbin/init to /sbin/init.orig and place generated init un… 70 # rename original /sbin/init 73 bb.utils.rename(origInit, origInit + origInitNameSuffix)
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | dir.c | 68 .rename = afs_rename, 1782 if (op->rename.rehash) { in afs_rename_edit_dir() 1783 d_rehash(op->rename.rehash); in afs_rename_edit_dir() 1784 op->rename.rehash = NULL; in afs_rename_edit_dir() 1800 if (!op->rename.new_negative) in afs_rename_edit_dir() 1835 if (op->rename.rehash) in afs_rename_put() 1836 d_rehash(op->rename.rehash); in afs_rename_put() 1837 dput(op->rename.tmp); in afs_rename_put() 1893 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename() 1907 op->rename.rehash = new_dentry; in afs_rename() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | rename_fh_cache.patch | 3 Subject: [PATCH] fh_cache: fix statle nfs handle on rename problem 30 + * update a fh inode cache for an operation like rename
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
| H A D | respect-DESTDIR-when-create-link.patch | 2 not created, and rename failed either: 40 COMMAND ${CMAKE_COMMAND} -E rename \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sudo/files/ |
| H A D | 0001-sudo.conf.in-fix-conflict-with-multilib.patch | 38 # if you rename or move the sudo_intercept.so file. 47 # if you rename or move the sudo_noexec.so file.
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/compressed/ |
| H A D | Makefile | 32 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info 62 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
|
| /OK3568_Linux_fs/buildroot/package/murata-cyw-fw/ |
| H A D | murata-cyw-fw.mk | 89 murata-cyw-fw-file-rename = $(call murata-cyw-fw-strip-model,$(patsubst CYW%,BCM%,$(f))) 94 $(TARGET_DIR)/lib/firmware/brcm/$(call murata-cyw-fw-file-rename,$(f))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0001-multipath-tools-use-run-instead-of-dev-shm.patch | 32 rename multipath/{multipath.rules => multipath.rules.in} (95%) 134 rename from multipath/multipath.rules 135 rename to multipath/multipath.rules.in
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | execveat.c | 280 rename("execveat.ephemeral", "execveat.moved"); in run_tests() 338 rename("script.ephemeral", "script.moved"); in run_tests() 345 rename("subdir.ephemeral", "subdir.moved"); in run_tests()
|