Home | History | Annotate | Download | only in dist

Lines Matching defs:handle_to_name

391 handle_to_name(int handle)
478 handle_to_name(handle),
484 handle_to_name(handle));
809 id, handle_to_name(handle), handle, (unsigned long long)off, len);
824 error_f("seek \"%.100s\": %s", handle_to_name(handle),
833 error_f("read \"%.100s\": %s", handle_to_name(handle),
863 id, handle_to_name(handle), handle, (unsigned long long)off, len);
872 error_f("seek \"%.100s\": %s", handle_to_name(handle),
880 handle_to_name(handle), strerror(errno));
942 id, handle_to_name(handle), handle);
1045 char *name = handle_to_name(handle);
1124 handle_to_name(handle), handle);
1126 path = handle_to_name(handle);
1396 id, handle_to_name(handle), handle);
1434 verbose("fsync \"%s\"", handle_to_name(handle));
1600 id, handle_to_name(read_handle), read_handle,
1602 handle_to_name(write_handle), write_handle,
1617 !strcmp(handle_to_name(read_handle), handle_to_name(write_handle))) {