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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdavd.h235 extern int filesystem_remove(struct webdav_request_remove *request_remove);
H A Dwebdav_file.c1026 int filesystem_remove(struct webdav_request_remove *request_remove) argument
1032 error = RetrieveDataFromOpaqueID(request_remove->obj_id, (void **)&node);
1037 error = network_remove(request_remove->pcr.pcr_uid, node, &remove_date);
1052 node_attributes_valid(node->parent, request_remove->pcr.pcr_uid) ) /* and the cache is valid */
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c2728 struct webdav_request_remove request_remove; local
2760 webdav_copy_creds(ap->a_context, &request_remove.pcr);
2761 request_remove.obj_id = pt->pt_obj_id;
2764 &request_remove, sizeof(struct webdav_request_remove),

Completed in 79 milliseconds