Searched refs:unlink (Results 1 - 25 of 171) sorted by last modified time

1234567

/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c3961 goto unlink;
3981 unlink:
/linux-master/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c244 status = unlink(testfile);
349 unlink(testfile);
357 unlink(testfile);
398 unlink(testfile);
H A Dsoft-dirty.c145 unlink(fname);
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c876 .unlink = v9fs_vfs_unlink,
H A Dvfs_inode.c501 * directories on unlink should have zero
696 * unlink. For cached mode create calls request for new
796 * v9fs_vfs_unlink - VFS unlink hook to delete an inode
808 * v9fs_vfs_rmdir - VFS unlink hook to delete a directory
1339 .unlink = v9fs_vfs_unlink,
1352 .unlink = v9fs_vfs_unlink,
/linux-master/drivers/net/
H A Dmacsec.c4214 goto unlink;
4219 goto unlink;
4257 unlink:
/linux-master/fs/btrfs/
H A Dinode.c601 * Otherwise we could end up racing with unlink.
3465 * in the middle of an unlink.
3854 * We don't persist the id of the transaction where an unlink operation
3864 * unlink mydir/bar
4086 * unlink helper that gets used here in inode.c and in the tree logging
4207 * helper to start transaction for unlink and rmdir.
4209 * unlink and rmdir are special in btrfs, they do not always free space, so
4212 * allow the unlink to occur.
5360 * anything, and unlink reuses the existing orphan item.
11011 .unlink
[all...]
/linux-master/fs/smb/client/
H A Dsmb2ops.c5123 .unlink = smb2_unlink,
5226 .unlink = smb2_unlink,
5333 .unlink = smb2_unlink,
5449 .unlink = smb2_unlink,
H A Dcifsglob.h415 /* unlink file */
416 int (*unlink)(const unsigned int, struct cifs_tcon *, const char *, member in struct:smb_version_operations
H A Dcifsfs.c1145 .unlink = cifs_unlink,
H A Dinode.c1729 * unlink on negative dentries currently.
1788 if (!server->ops->unlink) {
1793 rc = server->ops->unlink(xid, tcon, full_path, cifs_sb, dentry);
2309 * No-replace is the natural behavior for CIFS, so skip unlink hacks.
H A Dsmb1ops.c1137 .unlink = CIFSSMBDelFile,
/linux-master/fs/bcachefs/
H A Dfs.c1144 .unlink = bch2_unlink,
/linux-master/tools/perf/util/
H A Dannotate.c2337 unlink(symfs_filename);
/linux-master/net/core/
H A Ddev.c1530 void dev_close_many(struct list_head *head, bool unlink) argument
1544 if (unlink)
11083 /* And unlink it from device chain. */
11266 /* And unlink it from device chain */
/linux-master/mm/
H A Dshmem.c1394 * (igrab() would protect from unlink, but not from unmount).
4561 .unlink = shmem_unlink,
/linux-master/fs/fuse/
H A Ddir.c153 * timeout is unknown (unlink, rmdir, rename and in some cases
962 * If i_nlink == 0 then unlink doesn't make sense, yet this can
2132 .unlink = fuse_unlink,
/linux-master/include/linux/
H A Dfs.h2069 int (*unlink) (struct inode *,struct dentry *); member in struct:inode_operations
3058 * simply ignores files with zero i_ino in unlink() and other places.
H A Dnetdevice.h2926 bool linking; /* is the notification for link or unlink */
3078 void dev_close_many(struct list_head *head, bool unlink);
/linux-master/fs/
H A Dnamei.c4288 * vfs_unlink - unlink a filesystem object
4321 if (!dir->i_op->unlink)
4335 error = dir->i_op->unlink(dir, dentry);
4445 SYSCALL_DEFINE1(unlink, const char __user *, pathname)
/linux-master/tools/testing/selftests/net/
H A Dtls.c445 unlink(filename);
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c299 unlink("execveat.moved"); /* remove the file now fd open */
304 unlink("execveat.path.ephemeral");
334 unlink("pipe");
357 unlink("script.moved"); /* remove the file while fd open */
365 unlink("subdir.moved/script");
366 unlink("subdir.moved");
H A Dbinfmt_script.py101 os.unlink(script)
104 os.unlink(binary)
/linux-master/tools/lib/bpf/
H A Dlibbpf.c8548 err = unlink(path);
8643 err = unlink(path);
10544 err = unlink(link->pin_path);
/linux-master/scripts/kconfig/
H A Dconfdata.c951 unlink(tmpname);

Completed in 553 milliseconds

1234567