Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

chirp_reli.h

Go to the documentation of this file.
00001 /*
00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
00003 Copyright (C) 2005- The University of Notre Dame
00004 This software is distributed under a BSD-style license.
00005 See the file COPYING for details.
00006 */
00007 
00063 #ifndef CHIRP_RELI_H
00064 #define CHIRP_RELI_H
00065 
00066 #include "chirp_types.h"
00067 
00068 #include <sys/types.h>
00069 #include <stdio.h>
00070 
00089 struct chirp_file * chirp_reli_open( const char *host, const char *path, INT64_T flags, INT64_T mode, time_t stoptime );
00090 
00099 INT64_T chirp_reli_close( struct chirp_file *file, time_t stoptime );
00100 
00111 INT64_T chirp_reli_pread( struct chirp_file *file, void *buffer, INT64_T length, INT64_T offset, time_t stoptime );
00112 
00124 INT64_T chirp_reli_pwrite( struct chirp_file *file, const void *buffer, INT64_T length, INT64_T offset, time_t stoptime );
00125 
00136 INT64_T chirp_reli_pread_unbuffered( struct chirp_file *file, void *buffer, INT64_T length, INT64_T offset, time_t stoptime );
00137 
00148 INT64_T chirp_reli_pwrite_unbuffered( struct chirp_file *file, const void *buffer, INT64_T length, INT64_T offset, time_t stoptime );
00149 
00164 INT64_T chirp_reli_sread( struct chirp_file *file, void *buffer, INT64_T length, INT64_T stride_length, INT64_T stride_skip, INT64_T offset, time_t stoptime );
00165 
00180 INT64_T chirp_reli_swrite( struct chirp_file *file, const void *buffer, INT64_T length, INT64_T stride_length, INT64_T stride_skip, INT64_T offset, time_t stoptime );
00181 
00190 INT64_T chirp_reli_fstat( struct chirp_file *file, struct chirp_stat *info, time_t stoptime );
00191 
00200 INT64_T chirp_reli_fstatfs( struct chirp_file *file, struct chirp_statfs *info, time_t stoptime );
00201 
00211 INT64_T chirp_reli_fchown( struct chirp_file *file, INT64_T uid, INT64_T gid, time_t stoptime );
00212 
00222 INT64_T chirp_reli_fchmod( struct chirp_file *file, INT64_T mode, time_t stoptime );
00223 
00231 INT64_T chirp_reli_ftruncate( struct chirp_file *file, INT64_T length, time_t stoptime );
00232 
00242 INT64_T chirp_reli_flush( struct chirp_file *file, time_t stoptime );
00243 
00244 INT64_T chirp_reli_fsync( struct chirp_file *file, time_t stoptime );
00245 
00257 INT64_T chirp_reli_getfile( const char *host, const char *path, FILE *stream, time_t stoptime );
00258 
00269 INT64_T chirp_reli_getfile_buffer( const char *host, const char *path, char **buffer, time_t stoptime );
00270 
00283 INT64_T chirp_reli_putfile( const char *host, const char *path, FILE *stream, INT64_T mode, INT64_T length, time_t stoptime );
00284 
00296 INT64_T chirp_reli_putfile_buffer( const char *host, const char *path, const char *buffer, INT64_T mode, INT64_T length, time_t stoptime );
00297 
00308 INT64_T chirp_reli_getlongdir( const char *host, const char *path, chirp_longdir_t callback, void *arg, time_t stoptime );
00309 
00320 INT64_T chirp_reli_getdir( const char *host, const char *path, chirp_dir_t callback, void *arg, time_t stoptime );
00321 
00332 INT64_T chirp_reli_getacl( const char *host, const char *path, chirp_dir_t callback, void *arg, time_t stoptime );
00333 
00343 INT64_T chirp_reli_setacl( const char *host, const char *path, const char *subject, const char *rights, time_t stoptime );
00344 
00353 INT64_T chirp_reli_whoami( const char *host, char *subject, INT64_T length, time_t stoptime );
00354 
00365 INT64_T chirp_reli_whoareyou( const char *host, const char *rhost, char *subject, INT64_T length, time_t stoptime  );
00366 
00376 INT64_T chirp_reli_mkfifo( const char *host, const char *path, time_t stoptime );
00377 
00385 INT64_T chirp_reli_unlink( const char *host, const char *path, time_t stoptime );
00386 
00395 INT64_T chirp_reli_rename( const char *host, const char *path, const char *newpath, time_t stoptime );
00396 
00405 INT64_T chirp_reli_link( const char *host, const char *path, const char *newpath, time_t stoptime );
00406 
00415 INT64_T chirp_reli_symlink( const char *host, const char *path, const char *newpath, time_t stoptime );
00416 
00426 INT64_T chirp_reli_readlink( const char *host, const char *path, char *buf, INT64_T length, time_t stoptime );
00427 
00428 
00437 INT64_T chirp_reli_mkdir( const char *host, const char *path, INT64_T mode, time_t stoptime );
00438 
00447 INT64_T chirp_reli_rmdir( const char *host, const char *path, time_t stoptime );
00448 
00459 INT64_T chirp_reli_rmall( const char *host, const char *path, time_t stoptime );
00460 
00470 INT64_T chirp_reli_stat( const char *host, const char *path, struct chirp_stat *info, time_t stoptime );
00471 
00482 INT64_T chirp_reli_lstat( const char *host, const char *path, struct chirp_stat *info, time_t stoptime );
00483 
00492 INT64_T chirp_reli_statfs( const char *host, const char *path, struct chirp_statfs *info, time_t stoptime );
00493 
00505 INT64_T chirp_reli_access( const char *host, const char *path, INT64_T flags, time_t stoptime );
00506 
00518 INT64_T chirp_reli_chmod( const char *host, const char *path, INT64_T mode, time_t stoptime );
00519 
00530 INT64_T chirp_reli_chown( const char *host, const char *path, INT64_T uid, INT64_T gid, time_t stoptime );
00531 
00542 INT64_T chirp_reli_lchown( const char *host, const char *path, INT64_T uid, INT64_T gid, time_t stoptime );
00543 
00552 INT64_T chirp_reli_truncate( const char *host, const char *path, INT64_T length, time_t stoptime );
00553 
00563 INT64_T chirp_reli_utime( const char *host, const char *path, time_t actime, time_t modtime, time_t stoptime );
00564 
00578 INT64_T chirp_reli_md5( const char *host, const char *path, unsigned char digest[16], time_t stoptime );
00579 
00591 INT64_T chirp_reli_audit( const char *host, const char *path, struct chirp_audit **list, time_t stoptime );
00592 
00605 INT64_T chirp_reli_thirdput( const char *host, const char *path, const char *thirdhost, const char *thirdpath, time_t stoptime );
00606 
00618 INT64_T chirp_reli_mkalloc( const char *host, const char *path, INT64_T size, INT64_T mode, time_t stoptime );
00619 
00631 INT64_T chirp_reli_lsalloc( const char *host, const char *path, char *allocpath, INT64_T *total, INT64_T *inuse, time_t stoptime );
00632 
00641 INT64_T chirp_reli_group_create( const char *host, char *group, time_t stoptime );
00642 
00652 INT64_T chirp_reli_group_list( const char *host, const char *group, chirp_dir_t callback, void *arg, time_t stoptime );
00653 
00662 INT64_T chirp_reli_group_add( const char *host, char *group, char *user, time_t stoptime );
00663 
00672 INT64_T chirp_reli_group_remove( const char *host, char *group, char *user, time_t stoptime );
00673 
00682 INT64_T chirp_reli_group_lookup( const char *host, const char *group, const char *user, time_t stoptime );
00683 
00684 /* Note that these functions are not documented because they are only used for inter-server communications. */
00685 INT64_T chirp_reli_group_cache_update( const char *host, const char *group, time_t mod_time, time_t stoptime );
00686 INT64_T chirp_reli_group_policy_set( const char *host, char *group, unsigned long int file_duration, unsigned long int dec_duration, time_t stoptime );
00687 INT64_T chirp_reli_group_policy_get( const char *host, const char *group, int *policy, int *file_duration, int *dec_duration, time_t stoptime );
00688 
00703 INT64_T chirp_reli_job_begin( const char *host, const char *cwd, const char *input, const char *output, const char *error, const char *cmdline, time_t stoptime );
00704 
00716 INT64_T chirp_reli_job_commit( const char *host, INT64_T jobid, time_t stoptime );
00717 
00733 INT64_T chirp_reli_job_wait( const char *host, INT64_T jobid, struct chirp_job_state *state, int wait_time, time_t stoptime );
00734 
00746 INT64_T chirp_reli_job_kill( const char *host, INT64_T jobid, time_t stoptime );
00747 
00759 INT64_T chirp_reli_job_remove( const char *host, INT64_T jobid, time_t stoptime );
00760 
00771 INT64_T chirp_reli_job_list( const char *host, chirp_joblist_t callback, void *arg, time_t stoptime );
00772 
00788 INT64_T chirp_reli_bulkio( struct chirp_bulkio *list, int count, time_t stoptime );
00789 
00797 INT64_T chirp_reli_blocksize_get();
00798 
00806 void    chirp_reli_blocksize_set( INT64_T bs );
00807 
00815 void chirp_reli_cleanup_before_fork();
00816 
00817 #endif

Generated on Thu Sep 11 10:01:21 2008 for cctools by  doxygen 1.3.9.1