F_WRLCK 181 ompi/mca/fbtl/posix/fbtl_posix.c ret_code = mca_fbtl_posix_lock( &data->aio_lock, data->aio_fh, F_WRLCK, start_offset, total_length, OMPIO_LOCK_ENTIRE_REGION ); F_WRLCK 94 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c ret = mca_fbtl_posix_lock( &data->aio_lock, data->aio_fh, F_WRLCK, start_offset, total_length, OMPIO_LOCK_ENTIRE_REGION ); F_WRLCK 101 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c ret = mca_fbtl_posix_lock ( &lock, fh, F_WRLCK, iov_offset, total_length, OMPIO_LOCK_SELECTIVE ); F_WRLCK 141 ompi/mca/io/romio321/romio/adio/common/lock.c ((type == F_WRLCK )? "F_WRLCK" : F_WRLCK 165 ompi/mca/io/romio321/romio/adio/common/lock.c ((type == F_WRLCK )? "F_WRLCK" : F_WRLCK 213 ompi/mca/io/romio321/romio/adio/common/lock.c ((type == F_WRLCK )? "F_WRLCK" : F_WRLCK 879 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock64((fd)->fd_sys, F_SETLKW64, F_WRLCK, offset, whence, len);\ F_WRLCK 880 ompi/mca/io/romio321/romio/adio/include/adioi.h else ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_WRLCK, offset, whence, len); } while (0) F_WRLCK 909 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_WRLCK, offset, whence, len); \ F_WRLCK 921 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_WRLCK, offset, whence, len) F_WRLCK 52 ompi/mca/io/romio321/romio/util/nfslock.c lock.l_type = F_WRLCK; F_WRLCK 120 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c lock.l_type = F_WRLCK; F_WRLCK 57 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c fl.l_type = F_WRLCK; F_WRLCK 100 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c fl.l_type = F_WRLCK; F_WRLCK 214 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c rc = _ESH_12_FCNTL_LOCK(fcntl_lock->lockfd, F_WRLCK); F_WRLCK 1067 orte/mca/state/base/state_base_fns.c fl.l_type = F_WRLCK; F_WRLCK 1100 orte/mca/state/base/state_base_fns.c if (F_WRLCK == fl.l_type) {