Lines Matching refs:unset_flags
428 buf_flags ( addr, set_flags, unset_flags )
431 u_long unset_flags;
445 unset_flags&BUF_DIRTY ? "DIRTY " : "",
446 unset_flags&BUF_VALID ? "VALID " : "",
447 unset_flags&BUF_PINNED ? "PINNED " : "",
448 unset_flags&BUF_IO_ERROR ? "IO_ERROR " : "",
449 unset_flags&BUF_IO_IN_PROGRESS ? "IO_IN_PROG " : "",
450 unset_flags&BUF_NEWPAGE ? "NEWPAGE " : "" );
467 unset_flags |= BUF_NEWPAGE;
470 if ( unset_flags & BUF_PINNED ) {
474 unset_flags &= ~BUF_PINNED;
477 bhp->flags &= ~unset_flags;