Home | History | Annotate | Download | only in tmpfs

Lines Matching refs:APPEND

355 	/* If the file is marked append-only, deny write requests. */
356 if ((node->tn_flags & APPEND) != 0 &&
711 * Files marked as immutable or append-only cannot be deleted.
712 * Likewise, files residing on directories marked as append-only
715 if (node->tn_flags & (IMMUTABLE | APPEND)) {
719 if (dnode->tn_flags & APPEND) {
800 /* We cannot create links of files marked immutable or append-only. */
801 if (node->tn_flags & (IMMUTABLE | APPEND)) {
903 if (dnode->tn_flags & APPEND || node->tn_flags & (IMMUTABLE | APPEND)) {