acquire_file_lock
if (acquire_file_lock(&old_fd, orig_obj_name, O_RDONLY) != 0) {
if (acquire_file_lock(&fd, fname, mode) != 0) {
if (acquire_file_lock(&fd, obj_fname, oflag) != 0) {