Home
last modified time | relevance | path

Searched refs:tm_ronly (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c298 VFS_TO_TMPFS(mp)->tm_ronly = 1; in tmpfs_rw_to_ro()
307 VFS_TO_TMPFS(mp)->tm_ronly = 0; in tmpfs_rw_to_ro()
364 !tmp->tm_ronly) { in tmpfs_mount()
368 tmp->tm_ronly) { in tmpfs_mount()
370 tmp->tm_ronly = 0; in tmpfs_mount()
460 tmp->tm_ronly = (mp->mnt_flag & MNT_RDONLY) != 0; in tmpfs_mount()
724 tmp->tm_ronly ? 'o' : 'w', tmp->tm_nonc ? "no" : "", in db_print_tmpfs()
H A Dtmpfs.h424 bool tm_ronly; member
H A Dtmpfs_subr.c2332 if ((node->tn_status & status) == status || tm->tm_ronly) in tmpfs_set_status()
2342 if (node->tn_accessed || tm->tm_ronly) in tmpfs_set_accessed()