Searched refs:unlink (Results 51 - 75 of 171) sorted by relevance

1234567

/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c703 unlink(ofilename);
712 unlink(regfilename);
721 unlink(listfilename);
/linux-master/net/bluetooth/cmtp/
H A Dcore.c389 goto unlink;
410 unlink:
/linux-master/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c135 ret = unlink(device_path);
145 ret = unlink(device_path);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c177 unlink(path);
179 unlink(data_template);
H A Dsk_assign.c337 if (CHECK_FAIL(unlink(SERVER_MAP_PATH)))
338 perror("Unable to unlink " SERVER_MAP_PATH);
H A Dunpriv_bpf_disabled.c314 unlink(map_paths[i]);
/linux-master/tools/perf/util/
H A Dutil.c166 return unlink(path);
196 ret = unlink(namebuf);
/linux-master/arch/um/drivers/
H A Dmconsole_user.c173 unlink(mconsole_socket_name);
/linux-master/arch/mips/vdso/
H A Dgenvdso.c299 unlink(out_path);
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.c116 unlink(outfilename);
/linux-master/arch/sparc/vdso/
H A Dvdso2c.c92 unlink(outfilename);
/linux-master/fs/sysv/
H A Dnamei.c273 .unlink = sysv_unlink,
/linux-master/tools/testing/selftests/mm/
H A Dgup_longterm.c289 if (unlink(filename)) {
290 ksft_test_result_fail("unlink() failed\n");
/linux-master/fs/minix/
H A Dnamei.c259 .unlink = minix_unlink,
/linux-master/tools/perf/tests/
H A Dtopology.c228 unlink(path);
H A Dcode-reading.c337 unlink(objdump_name);
509 unlink(test_file_name);
/linux-master/fs/ramfs/
H A Dinode.c195 .unlink = simple_unlink,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c431 goto unlink;
437 goto unlink;
454 goto unlink;
462 unlink:
/linux-master/drivers/virt/coco/efi_secret/
H A Defi_secret.c141 * the unlink callback when it's already locked
152 .unlink = efi_secret_unlink,
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c777 goto unlink;
793 goto unlink;
800 goto unlink;
805 goto unlink;
820 unlink:
/linux-master/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c366 unlink(&filename[0]);
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h30 unsigned long unlink; member in struct:fotg210_stats
34 * fotg210_hcd: async, unlink, periodic (and shadow), ...
65 FOTG210_HRTIMER_UNLINK_INTR, /* Wait for interrupt QH unlink */
443 struct fotg210_qh *unlink_next; /* next on unlink list */
452 #define QH_STATE_UNLINK_WAIT 4 /* LINKED and on unlink q */
/linux-master/fs/hostfs/
H A Dhostfs_user.c292 err = unlink(file);
/linux-master/fs/hfs/
H A Ddir.c247 * This serves as both unlink() and rmdir() in the inode_operations
252 * HFS does not have hardlinks, so both rmdir and unlink set the
319 .unlink = hfs_remove,
/linux-master/fs/ufs/
H A Dnamei.c334 .unlink = ufs_unlink,

Completed in 252 milliseconds

1234567