* F_implemented_not (with error bit) if this function is not available (due to not having libcap support compiled in).
* F_memory_not (with error bit) if a out of memory.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
*
* F_failure (with error bit) on any other failure.
*
* F_implemented_not (with error bit) if this function is not available (due to not having libcap support compiled in).
* F_memory_not (with error bit) if a out of memory.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
*
* F_failure (with error bit) on any other failure.
*
* F_memory_not (with error bit) if a out of memory.
* F_name_not (with error bit) if the file name is too long.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
- * F_supported_not (with error bit) if the filesystem does not support this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
+ * F_supported_not (with error bit) if the file system does not support this operation.
*
* F_failure (with error bit) on any other failure.
*
* F_memory_not (with error bit) if a out of memory.
* F_name_not (with error bit) if the file name is too long.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
- * F_supported_not (with error bit) if the filesystem does not support this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
+ * F_supported_not (with error bit) if the file system does not support this operation.
*
* F_failure (with error bit) on any other failure.
*
* F_memory_not (with error bit) if a out of memory.
* F_name_not (with error bit) if the file name is too long.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
- * F_supported_not (with error bit) if the filesystem does not support this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
+ * F_supported_not (with error bit) if the file system does not support this operation.
*
* F_failure (with error bit) on any other failure.
*
* F_memory_not (with error bit) if a out of memory.
* F_name_not (with error bit) if the file name is too long.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
- * F_supported_not (with error bit) if the filesystem does not support this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
+ * F_supported_not (with error bit) if the file system does not support this operation.
*
* F_failure (with error bit) on any other failure.
*
* F_implemented_not (with error bit) if this function is not available (due to not having libcap support compiled in).
* F_memory_not (with error bit) if a out of memory.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
*
* F_failure (with error bit) on any other error.
*
* F_implemented_not (with error bit) if this function is not available (due to not having libcap support compiled in).
* F_memory_not (with error bit) if a out of memory.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
*
* F_failure (with error bit) on any other error.
*
* F_memory_not (with error bit) if a out of memory.
* F_name_not (with error bit) if the file name is too long.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
- * F_supported_not (with error bit) if the filesystem does not support this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
+ * F_supported_not (with error bit) if the file system does not support this operation.
*
* F_failure (with error bit) on any other error.
*
* F_implemented_not (with error bit) if this function is not available (due to not having libcap support compiled in).
* F_memory_not (with error bit) if a out of memory.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
*
* F_failure (with error bit) on any other error.
*
* F_implemented_not (with error bit) if this function is not available (due to not having libcap support compiled in).
* F_memory_not (with error bit) if a out of memory.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
*
* F_failure (with error bit) on any other error.
*
* F_implemented_not (with error bit) if this function is not available (due to not having libcap support compiled in).
* F_memory_not (with error bit) if a out of memory.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
*
* F_failure (with error bit) on any other error.
*
* F_implemented_not (with error bit) if this function is not available (due to not having libcap support compiled in).
* F_memory_not (with error bit) if a out of memory.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if the filesystem does not permit this operation.
+ * F_prohibited (with error bit) if the file system does not permit this operation.
*
* F_failure (with error bit) on any other error.
*
*
* It appears that the control group, as documented in the Linux kernel, is changed via the sysfs instead of system calls.
* If there are system calls to set the control group for a given process then this will need to be updated to utilize that.
- * Until then, this is an implementation that helps facilitate writing to the sysfs filesystem for adding a process to a particular control group.
+ * Until then, this is an implementation that helps facilitate writing to the sysfs file system for adding a process to a particular control group.
*
* This is intended to be used with Control Groups (cgroups) Version 2.
*/
* F_directory_link_max (with error bit) max links limit reached or exceeded.
* F_file_found (with error bit) of a directory aleady exists at the path.
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for removing.
+ * F_prohibited (with error bit) if file system does not allow for removing.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see mkdir()
* F_directory_link_max (with error bit) max links limit reached or exceeded.
* F_file_found (with error bit) of a directory aleady exists at the path.
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for removing.
+ * F_prohibited (with error bit) if file system does not allow for removing.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see mkdirat()
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on integer overflow.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for removing.
+ * F_prohibited (with error bit) if file system does not allow for removing.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
*
* @see open()
*/
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on integer overflow.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for removing.
+ * F_prohibited (with error bit) if file system does not allow for removing.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
*
* @see openat()
*/
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for removing.
+ * F_prohibited (with error bit) if file system does not allow for removing.
* F_read_only (with error bit) if file is read-only.
* F_failure (with error bit) for any other error.
*
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for removing.
+ * F_prohibited (with error bit) if file system does not allow for removing.
* F_read_only (with error bit) if file is read-only.
* F_failure (with error bit) for any other error.
*
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file aleady exists at the path.
* F_file_open_max (with error bit) when system-wide max open files is reached.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
- * F_filesystem_quota_reached (with error bit) quota reached of filesystem is out of space.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_reached (with error bit) quota reached of file system is out of space.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_search (with error bit) if search permission is denied for one of the paths to the file.
* F_failure (with error bit) for any other error.
*
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file aleady exists at the path (when calling utimensat()).
* F_file_open_max (with error bit) when system-wide max open files is reached.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
- * F_filesystem_quota_reached (with error bit) quota reached of filesystem is out of space.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_reached (with error bit) quota reached of file system is out of space.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_search (with error bit) if search permission is denied for one of the paths to the file.
* F_failure (with error bit) for any other error.
*
* F_directory_link_max (with error bit) max links limit reached or exceeded.
* F_file_found (with error bit) of a directory aleady exists at the path.
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for removing.
+ * F_prohibited (with error bit) if file system does not allow for removing.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see f_directory_create()
* F_directory_link_max (with error bit) max links limit reached or exceeded.
* F_file_found (with error bit) of a directory aleady exists at the path.
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for removing.
+ * F_prohibited (with error bit) if file system does not allow for removing.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see f_directory_create_at()
* F_access_group (with error bit) if the current user does not have access to assign the specified group.
* F_access_mode (with error bit) if the current user does not have access to assign the file mode.
* F_access_owner (with error bit) if the current user does not have access to assign the specified owner.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_file_open_max (with error bit) when system-wide max open files is reached.
* F_file_read (with error bit) on file read error.
* F_file_write (with error bit) on file write error.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not if copying a given type of file is unsupported.
* F_failure (with error bit) for any other error.
*/
* F_file_close (with error bit) if fclose() failed for any other reason.
* F_file_descriptor (with error bit) if file descriptor is invalid.
* F_file_synchronize (with error bit) on flush failure.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_input_output (with error bit) on I/O error.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
*
* @see fclose()
*/
* F_file_close (with error bit) if fclose() failed for any other reason.
* F_file_descriptor (with error bit) if file descriptor is invalid.
* F_file_synchronize (with error bit) on flush failure.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_input_output (with error bit) on I/O error.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
*
* @see fclose()
*/
* F_none on success.
*
* F_access_denied (with error bit) on access denied.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_file_open_max (with error bit) when system-wide max open files is reached.
* F_file_read (with error bit) on file read error.
* F_file_write (with error bit) on file write error.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not if copying a given type of file is unsupported.
* F_failure (with error bit) for any other error.
*/
* F_none on success.
*
* F_access_denied (with error bit) on access denied.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_file_open_max (with error bit) when system-wide max open files is reached.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see open()
* F_none on success.
*
* F_access_denied (with error bit) on access denied.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_file_open_max (with error bit) when system-wide max open files is reached.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see openat()
* F_access_denied (with error bit) on access denied.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) for unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) for unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_access_denied (with error bit) on access denied.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or ififos are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or ififos are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) for unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or ififos are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or ififos are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) for unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_access_denied (with error bit) on access denied.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) for unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
* F_supported_not (with error bit) for unsupported file types.
*
* F_none is returned on success.
*
* F_file_descriptor (with error bit) if file descriptor is invalid.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_input_output (with error bit) on I/O error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) if the file system or file type does not support flushing.
* F_failure (with error bit) on any other failure.
*
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_file_found (with error bit) if a file aleady exists at the path.
* F_file_found_not (with error bit) if a parent path in point does not exist or is a broken symlink.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_failure (with error bit) for any other error.
*
* @see symlink()
* F_none on success.
*
* F_access_denied (with error bit) on access denied.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_buffer (with error bit) if the buffer is invalid.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file aleady exists at the path.
* F_file_found_not (with error bit) if a parent path in point does not exist or is a broken symlink.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_failure (with error bit) for any other error.
*
* @see symlinkat()
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file aleady exists at the path.
* F_file_found_not (with error bit) if a parent path in point does not exist or is a broken symlink.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_failure (with error bit) for any other error.
*
* @see link()
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file aleady exists at the path.
* F_file_found_not (with error bit) if a parent path in point does not exist or is a broken symlink.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_failure (with error bit) for any other error.
*
* @see linkat()
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_file_found_not (with error bit) if the file was not found.
* F_file_open_max (with error bit) when system-wide max open files is reached.
* F_file_type_not_directory (with error bit) if F_NOTIFY was specified and file.id is not a directory.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name is too long.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
* F_supported_not (with error bit) fo unsupported file types.
* F_failure (with error bit) for any other error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
* F_failure (with error bit) for any other error.
*
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
* F_failure (with error bit) for any other error.
*
* The paths must be NULL terminated.
*
* This essentially renames a file but can also change the file's path, which is identical to a move.
- * However, renames only work within a filesystem and cannot be moved to another filesystem.
+ * However, renames only work within a file system and cannot be moved to another file system.
*
* If destination already exists, then according to rename(), destination will be atomically replaced.
* Which, if destination is a directory, then that directory must either not exist or be empty.
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_empty_not (with error bit) if the destination is a non-empty directory.
* F_file_found_not (with error bit) if file at path was not found.
* F_file_type_directory (with error bit) if destination is a directory but source is not.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_link (with error bit) if source or destination has the maxiumum associated links.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_mount (with error bit) if source and destination are not within the same mounted filesystems.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see rename()
* The paths must be NULL terminated.
*
* This essentially renames a file but can also change the file's path, which is identical to a move.
- * However, renames only work within a filesystem and cannot be moved to another filesystem.
+ * However, renames only work within a file system and cannot be moved to another file system.
*
* If destination already exists, then according to rename(), destination will be atomically replaced.
* Which, if destination is a directory, then that directory must either not exist or be empty.
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id or to_id.
* F_directory_empty_not (with error bit) if the destination is a non-empty directory.
* F_file_found_not (with error bit) if file at path was not found.
* F_file_type_directory (with error bit) if destination is a directory but source is not.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_link (with error bit) if source or destination has the maxiumum associated links.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_mount (with error bit) if source and destination are not within the same mounted filesystems.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see renameat()
* F_file_overflow (with error bit) if the write exceeds some implementation defined maximum file size.
* F_file_synchronize (with error bit) on flush failure.
* F_file_type_not_directory (with error bit) if F_NOTIFY was specified and file.id is not a directory.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_input_output (with error bit) on I/O error.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_lock (with error bit) if failed to lock, such as lock table is full or too many open segments.
* F_parameter (with error bit) if a parameter is invalid.
* F_pipe_not (with error bit) if the stream is a pipe or a socket but the pipe or socket is already closed.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_socket_not (with error bit) if the datagram socket in which a peer has not been set (for socket related streams).
*
* @see close()
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_lock (with error bit) if failed to lock, such as lock table is full or too many open segments.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
*
* @see fdopen()
*/
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_file_descriptor (with error bit) if unable to load the file descriptor.
* F_file_found_not (with error bit) if the file was not found.
* F_file_open_max (with error bit) when system-wide max open files is reached.
* F_file_type_not_directory (with error bit) if F_NOTIFY was specified and file.id is not a directory.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name is too long.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
* F_supported_not (with error bit) fo unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_file_descriptor (with error bit) if unable to load the file descriptor.
* F_file_found_not (with error bit) if the file was not found.
* F_file_open_max (with error bit) when system-wide max open files is reached.
* F_file_type_not_directory (with error bit) if F_NOTIFY was specified and file.id is not a directory.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name is too long.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
* F_supported_not (with error bit) fo unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file aleady exists at the path.
* F_file_open_max (with error bit) when system-wide max open files is reached.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
- * F_filesystem_quota_reached (with error bit) quota reached of filesystem is out of space.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_reached (with error bit) quota reached of file system is out of space.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_search (with error bit) if search permission is denied for one of the paths to the file.
* F_failure (with error bit) for any other error.
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
*
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file aleady exists at the path (when calling utimensat()).
* F_file_open_max (with error bit) when system-wide max open files is reached.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
- * F_filesystem_quota_reached (with error bit) quota reached of filesystem is out of space.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_reached (with error bit) quota reached of file system is out of space.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_search (with error bit) if search permission is denied for one of the paths to the file.
* F_failure (with error bit) for any other error.
*
* F_file_close (with error bit) if fclose() failed for any other reason.
* F_file_descriptor (with error bit) if file descriptor is invalid.
* F_file_synchronize (with error bit) on flush failure.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_input_output (with error bit) on I/O error.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_parameter (with error bit) if a parameter is invalid.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
*
* @see f_file_close()
* @see f_file_copy()
* F_none on success.
*
* F_access_denied (with error bit) on access denied.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_file_open_max (with error bit) when system-wide max open files is reached.
* F_file_read (with error bit) on file read error.
* F_file_write (with error bit) on file write error.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not if copying a given type of file is unsupported.
* F_failure (with error bit) for any other error.
*
* F_none on success.
*
* F_access_denied (with error bit) on access denied.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_file_open_max (with error bit) when system-wide max open files is reached.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see f_file_copy()
* F_none on success.
*
* F_access_denied (with error bit) on access denied.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_file_open_max (with error bit) when system-wide max open files is reached.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see f_file_create_at()
* F_directory_link_max (with error bit) max links limit reached or exceeded.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_file_found_not (with error bit) if file at path was not found.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see f_file_copy()
* F_directory_link_max (with error bit) max links limit reached or exceeded.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_file_found_not (with error bit) if file at path was not found.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see f_file_copy_at()
* F_access_denied (with error bit) on access denied.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or ififos are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or ififos are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) for unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or ififos are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or ififos are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) for unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_access_denied (with error bit) on access denied.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) for unsupported file types.
* F_failure (with error bit) for any other error.
*
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_prohibited (with error bit) if file system does not allow for making changes.
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
* F_supported_not (with error bit) for unsupported file types.
*
* F_none is returned on success.
*
* F_file_descriptor (with error bit) if file descriptor is invalid.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_input_output (with error bit) on I/O error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_supported_not (with error bit) if the file system or file type does not support flushing.
* F_failure (with error bit) on any other failure.
*
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_file_found (with error bit) if a file aleady exists at the path.
* F_file_found_not (with error bit) if a parent path in point does not exist or is a broken symlink.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_failure (with error bit) for any other error.
*
* @see f_file_copy()
* F_none on success.
*
* F_access_denied (with error bit) on access denied.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_buffer (with error bit) if the buffer is invalid.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_file_found (with error bit) if a file aleady exists at the path.
* F_file_found_not (with error bit) if a parent path in point does not exist or is a broken symlink.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for creating or linking.
- * F_read_only (with error bit) if filesystem is read-only.
+ * F_prohibited (with error bit) if file system does not allow for creating or linking.
+ * F_read_only (with error bit) if file system is read-only.
* F_failure (with error bit) for any other error.
*
* @see f_file_link_at()
* F_none on success.
* F_data_not on success, but no descriptor was provided to close.
* F_descriptor (with error bit) if id is an invalid descriptor.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_input_output (with error bit) if an I/O error occurred.
* F_interrupt (with error bit) when program received an interrupt signal, halting operation.
* F_parameter (with error bit) if a parameter is invalid.
*
* It appears that the control group, as documented in the Linux kernel, is changed via the sysfs instead of system calls.
* If there are system calls to set the control group for a given process then this will need to be updated to utilize that.
- * Until then, this is an implementation that helps facilitate writing to the sysfs filesystem for adding a process to a particular control group.
+ * Until then, this is an implementation that helps facilitate writing to the sysfs file system for adding a process to a particular control group.
*
* This is intended to be used with Control Groups (cgroups) Version 2.
*/
* F_directory_link_max (with error bit) max links limit reached or exceeded.
* F_file_found (with error bit) of a directory aleady exists at the path.
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for removing.
+ * F_prohibited (with error bit) if file system does not allow for removing.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error.
*
* @see f_directory_create()
* The paths must not contain NULL except for the terminating NULL.
* The paths must be NULL terminated.
*
- * This attempts to rename a file but if the file is on another filesystem then it tries to clone the file or directory.
+ * This attempts to rename a file but if the file is on another file system then it tries to clone the file or directory.
* If the file or directory is cloned, then the original is deleted after a successful copy.
*
* When this calls the additional functions, if the clone succeeds but the remove fails the source may exist.
*
* F_access_denied (with error bit) on access denied.
* F_buffer (with error bit) if the buffer is invalid.
- * F_busy (with error bit) if filesystem is too busy to perform write.
+ * F_busy (with error bit) if file system is too busy to perform write.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_directory_empty_not (with error bit) if the destination is a non-empty directory.
* F_file_found_not (with error bit) if file at path was not found.
* F_file_type_directory (with error bit) if destination is a directory but source is not.
- * F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
+ * F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
* F_link (with error bit) if source or destination has the maxiumum associated links.
* F_loop (with error bit) on loop error.
* F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
- * F_prohibited (with error bit) if filesystem does not allow for making changes.
+ * F_prohibited (with error bit) if file system does not allow for making changes.
* F_read_only (with error bit) if file is read-only.
- * F_space_not (with error bit) if filesystem is out of space (or filesystem quota is reached).
+ * F_space_not (with error bit) if file system is out of space (or file system quota is reached).
* F_failure (with error bit) for any other error, failures might be populated with individual status codes.
*
* Errors (with error bit) from: f_directory_remove_custom().