F_RDLCK 178 ompi/mca/fbtl/posix/fbtl_posix.c ret_code = mca_fbtl_posix_lock( &data->aio_lock, data->aio_fh, F_RDLCK, start_offset, total_length, OMPIO_LOCK_ENTIRE_REGION ); F_RDLCK 95 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c ret = mca_fbtl_posix_lock( &data->aio_lock, data->aio_fh, F_RDLCK, start_offset, total_length, OMPIO_LOCK_ENTIRE_REGION ); F_RDLCK 89 ompi/mca/fbtl/posix/fbtl_posix_preadv.c ret = mca_fbtl_posix_lock ( &lock, fh, F_RDLCK, iov_offset, total_length, OMPIO_LOCK_SELECTIVE ); F_RDLCK 140 ompi/mca/io/romio321/romio/adio/common/lock.c ((type == F_RDLCK )? "F_RDLCK" : F_RDLCK 164 ompi/mca/io/romio321/romio/adio/common/lock.c ((type == F_RDLCK )? "F_RDLCK" : F_RDLCK 212 ompi/mca/io/romio321/romio/adio/common/lock.c ((type == F_RDLCK )? "F_RDLCK" : F_RDLCK 884 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock64((fd)->fd_sys, F_SETLKW64, F_RDLCK, offset, whence, len);\ F_RDLCK 885 ompi/mca/io/romio321/romio/adio/include/adioi.h else ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_RDLCK, offset, whence, len); }while (0) F_RDLCK 913 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_RDLCK, offset, whence, len); \ F_RDLCK 923 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_RDLCK, offset, whence, len) F_RDLCK 199 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c rc = _ESH_12_FCNTL_LOCK(fcntl_lock->lockfd, F_RDLCK);