Searched refs:dst_cnode (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c471 // the tombstone on to the dst_cnode.
473 // If the doc-id transfers to dst_cnode, we also generate
479 clear_tombstone_docid(struct doc_tombstone *ut, __unused struct hfsmount *hfsmp, struct cnode *dst_cnode) argument
492 if (dst_cnode && old_id && ut->t_lastop_item && vnode_vid(ut->t_lastop_item) == ut->t_lastop_item_vid) {
510 if (dst_cnode && old_id) {
511 struct FndrExtendedFileInfo *fip = (struct FndrExtendedFileInfo *)((char *)&dst_cnode->c_attr.ca_finderinfo + 16);
516 FSE_ARG_INO, (ino64_t)dst_cnode->c_fileid, // dst inode #

Completed in 33 milliseconds