Searched refs:unlink (Results 126 - 150 of 171) sorted by relevance

1234567

/linux-master/kernel/bpf/
H A Dinode.c412 .unlink = simple_unlink,
/linux-master/fs/udf/
H A Dnamei.c1009 .unlink = udf_unlink,
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-stm.c799 drvdata->stm.unlink = stm_generic_unlink;
/linux-master/scripts/kconfig/
H A Dconfdata.c951 unlink(tmpname);
/linux-master/fs/smb/client/
H A Dsmb1ops.c1137 .unlink = CIFSSMBDelFile,
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,
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c876 .unlink = v9fs_vfs_unlink,
/linux-master/drivers/usb/host/
H A Dehci-q.c122 * If we come here during unlink, the QH overlay region
260 INCR(ehci->stats.unlink);
287 * unlink qh.
450 /* An unlink may leave an incomplete
522 /* Otherwise the caller must unlink the QH. */
525 /* restore original state; caller must unlink or relink */
972 /* The async schedule and unlink lists are supposed to be empty */
1441 /* If nothing else is being unlinked, unlink the last empty QH */
1457 /* The root hub is suspended; unlink all the async QHs */
H A Dxen-hcd.c793 req->u.unlink.unlink_id = urbp->req_id;
920 /* send unlink request to backend */
/linux-master/fs/configfs/
H A Ddir.c1552 .unlink = configfs_unlink,
/linux-master/tools/perf/
H A Dbuiltin-daemon.c610 unlink(path);
/linux-master/fs/jfs/
H A Dnamei.c331 * the directory is released (cf.unlink() of regular file).
457 * unlink() returns, but the removal of the file contents will be
460 * JFS does NOT support unlink() on directories.
1524 .unlink = jfs_unlink,
/linux-master/fs/overlayfs/
H A Ddir.c1297 .unlink = ovl_unlink,
/linux-master/fs/afs/
H A Dinternal.h902 } unlink; member in union:afs_operation::__anon131
1687 * If someone managed to sneak a link or an unlink in on the file we just
/linux-master/fs/f2fs/
H A Dnamei.c1388 .unlink = f2fs_unlink,
/linux-master/fs/exfat/
H A Dnamei.c1310 .unlink = exfat_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/drivers/net/
H A Dmacsec.c4214 goto unlink;
4219 goto unlink;
4257 unlink:
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c710 temp = scnprintf(next, size, "async unlink qh %p\n",
724 temp = scnprintf(next, size, "complete %ld unlink %ld\n",
725 fotg210->stats.complete, fotg210->stats.unlink);
1191 * before the current unlink cycle began. The list is in
2071 * If we come here during unlink, the QH overlay region
2205 INCR(fotg210->stats.unlink);
2388 /* An unlink may leave an incomplete
2463 * Our caller will start an unlink if qh->needs_rescan is
2464 * set. But if an unlink has already started, nothing needs
2471 /* restore original state; caller must unlink o
[all...]
/linux-master/ipc/
H A Dmqueue.c1660 .unlink = mqueue_unlink,
/linux-master/fs/gfs2/
H A Dinode.c1105 * @dentry: The dentry to unlink
1139 * @dir: The inode of the directory containing the inode to unlink
1143 * whether this is an unlink or an rmdir.
1471 /* Grab the resource group glock for unlink flag twiddling.
1473 * so we unlink before doing the rename.
2194 .unlink = gfs2_unlink,
/linux-master/fs/hugetlbfs/
H A Dinode.c1317 .unlink = simple_unlink,
/linux-master/tools/bpf/bpftool/
H A Dprog.c1832 unlink(pinfile);

Completed in 370 milliseconds

1234567