delete_path 120 source4/ntvfs/common/opendb.c const char **delete_path) delete_path 122 source4/ntvfs/common/opendb.c return ops->odb_close_file(lck, file_handle, delete_path); delete_path 35 source4/ntvfs/common/opendb.h const char **delete_path); delete_path 580 source4/ntvfs/common/opendb_tdb.c const char *delete_path = NULL; delete_path 624 source4/ntvfs/common/opendb_tdb.c delete_path = lck->file.path; delete_path 628 source4/ntvfs/common/opendb_tdb.c *_delete_path = delete_path; delete_path 56 source4/ntvfs/posix/pvfs_open.c const char *delete_path = NULL; delete_path 64 source4/ntvfs/posix/pvfs_open.c status = odb_close_file(lck, h, &delete_path); delete_path 70 source4/ntvfs/posix/pvfs_open.c if (h->name->stream_name == NULL && delete_path) { delete_path 71 source4/ntvfs/posix/pvfs_open.c status = pvfs_xattr_unlink_hook(h->pvfs, delete_path); delete_path 74 source4/ntvfs/posix/pvfs_open.c delete_path, nt_errstr(status))); delete_path 76 source4/ntvfs/posix/pvfs_open.c if (rmdir(delete_path) != 0) { delete_path 78 source4/ntvfs/posix/pvfs_open.c delete_path, strerror(errno))); delete_path 473 source4/ntvfs/posix/pvfs_open.c const char *delete_path = NULL; delete_path 501 source4/ntvfs/posix/pvfs_open.c status = odb_close_file(lck, h, &delete_path); delete_path 508 source4/ntvfs/posix/pvfs_open.c h->open_completed && delete_path) { delete_path 509 source4/ntvfs/posix/pvfs_open.c status = pvfs_xattr_unlink_hook(h->pvfs, delete_path); delete_path 512 source4/ntvfs/posix/pvfs_open.c delete_path, nt_errstr(status))); delete_path 514 source4/ntvfs/posix/pvfs_open.c if (unlink(delete_path) != 0) { delete_path 516 source4/ntvfs/posix/pvfs_open.c delete_path, strerror(errno))); delete_path 521 source4/ntvfs/posix/pvfs_open.c delete_path);