Lines Matching refs:APPEND
336 /* if explicitly asked to append, uio_offset can be wrong? */
1017 /* Immutable or append-only files cannot be modified, either. */
1018 if (udf_node->flags & (IMMUTABLE | APPEND))
1066 /* Immutable or append-only files cannot be modified, either. */
1067 if (udf_node->flags & (IMMUTABLE | APPEND))
1127 /* Immutable or append-only files cannot be modified, either. */
1128 if (node->flags & (IMMUTABLE | APPEND))
1174 /* Immutable or append-only files cannot be modified, either. */
1175 if (udf_node->flags & (IMMUTABLE | APPEND))
1347 * Files marked append-only must be opened for appending.
1351 if ((flags & APPEND) && (ap->a_mode & (FWRITE | O_APPEND)) == FWRITE)