Home
last modified time | relevance | path

Searched refs:write_tested (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c741 nfte->write_tested = 1; in construct_mt()
744 nfte->write_tested = 1; in construct_mt()
822 nfte->write_tested = fs_tab[match_mount]->write_tested; in construct_vfs()
829 nfte->write_tested = 1; in construct_vfs()
1198 !fs_tab[n]->write_tested) { in is_fs_writeable_n()
1202 fs_tab[n]->write_tested = 1; /* confirmed */ in is_fs_writeable_n()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h120 unsigned write_tested:1; /* access permission fully tested */ member