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

/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c297 VFS_TO_TMPFS(mp)->tm_ronly = 1;
306 VFS_TO_TMPFS(mp)->tm_ronly = 0;
360 !tmp->tm_ronly) {
364 tmp->tm_ronly) {
366 tmp->tm_ronly = 0;
440 tmp->tm_ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
H A Dtmpfs.h382 bool tm_ronly; member in struct:tmpfs_mount
H A Dtmpfs_subr.c1870 if ((node->tn_status & status) == status || tm->tm_ronly)

Completed in 103 milliseconds