HomeSort by: relevance | last modified time | path
    Searched defs:writing (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_vnops.c 389 const bool writing = (accmode & VWRITE) != 0; local in function:tmpfs_access
398 if (writing && (vp->v_mount->mnt_flag & MNT_RDONLY) != 0) {
410 if (writing && (node->tn_flags & IMMUTABLE) != 0) {
615 * existing page, because writing a mapping of the file into itself

Completed in 11 milliseconds