Libgfarm-Dev
- gfarm_initialize(3) initialize the Gfarm execution environment for client
- gfarm_terminate(3) terminate the Gfarm execution environment for client
- gfarm(3) Gfarm file system API library
- gfs_acl_add_perm(3) add a permission to a Gfarm ACL permission set
- gfs_acl_calc_mask(3) calculate and set the file group class mask in a Gfarm ACL
- gfs_acl_check(3) check a Gfarm ACL for validity
- gfs_acl_clear_perms(3) clear all permissions from a Gfarm ACL permission set
- gfs_acl_cmp(3) compare two Gfarm ACLs
- gfs_acl_create_entry(3) create a new Gfarm ACL entry
- gfs_acl_delete_def_file(3) delete a Gfarm default ACL by filename
- gfs_acl_delete_entry(3) delete a Gfarm ACL entry
- gfs_acl_delete_perm(3) delete a permission from a Gfarm ACL permission set
- gfs_acl_dup(3) duplicate a Gfarm ACL structure
- gfs_acl_entries(3) return the number of entries in a Gfarm ACL
- gfs_acl_equiv_mode(3) check for an equivalent Gfarm ACL
- gfs_acl_error(3) convert a Gfarm ACL error code to a text message
- gfs_acl_free(3) release a Gfarm ACL structure memory
- gfs_acl_from_mode(3) create a Gfarm ACL from file permission bits
- gfs_acl_from_text_with_default(3) create a Gfarm ACL from text with default prefix
- gfs_acl_from_text(3) create a Gfarm ACL from text
- gfs_acl_from_xattr_value(3) convert an ACL binary data of Gfarm extended attribute to a Gfarm ACL
- gfs_acl_get_entry(3) get a Gfarm ACL entry
- gfs_acl_get_file(3) get a Gfarm ACL by filename
- gfs_acl_get_perm(3) test for a permission in a Gfarm ACL permission set
- gfs_acl_get_permset(3) get the permission set from a Gfarm ACL entry
- gfs_acl_get_qualifier(3) get the qualifier from a Gfarm ACL entry
- gfs_acl_get_tag_type(3) get the tag type from a Gfarm ACL entry
- gfs_acl_init(3) initialize a Gfarm ACL structure
- gfs_acl_set_file(3) set a Gfarm ACL by filename
- gfs_acl_set_permset(3) set the permission set in a Gfarm ACL entry
- gfs_acl_set_qualifier(3) set the qualifier of a Gfarm ACL entry
- gfs_acl_set_tag_type(3) set the tag type of a Gfarm ACL entry
- gfs_acl_sort(3) sort Gfarm ACL entries
- gfs_acl_to_any_text(3) convert a Gfarm ACL to text
- gfs_acl_to_text(3) convert a Gfarm ACL to text
- gfs_acl_to_xattr_value(3) convert a Gfarm ACL to binary data for Gfarm extended attribute
- gfs_acl_valid(3) validate a Gfarm ACL structure
- gfs_mkdir(3) create a directory
- gfs_pio_close(3) close a file in the Gfarm file system
- gfs_pio_create(3) create a file in the Gfarm file system
- gfs_pio_datasync(3) output a files data on memroy to disk
- gfs_pio_flush(3) flush a stream
- gfs_pio_open(3) open a file in the Gfarm file system
- gfs_pio_read(3) binary stream input
- gfs_pio_recvfile(3) receive a Gfarm file to local machine
- gfs_pio_seek(3) reposition a stream
- gfs_pio_sendfile(3) receive a Gfarm file to local machine
- gfs_pio_sync(3) output a files data on memroy to disk
- gfs_pio_write(3) write to a file
- gfs_rmdir(3) delete a directory
- gfs_stat_free(3) free dynamic memory of file status
- gfs_stat(3) get file status
- gfs_unlink(3) delete a file