Home
last modified time | relevance | path

Searched refs:is_fs_writeable (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c305 if (is_fs_writeable(ext->cf_ent.path, in instvol()
338 ((is_fs_writeable(ept->path, in instvol()
443 !is_fs_writeable(ept->path, in instvol()
544 if (is_fs_writeable(ept->path, in instvol()
959 if (is_fs_writeable(ept->path, in domerg()
1004 !is_fs_writeable(ept->path, in domerg()
1104 if (!is_fs_writeable(ept->path, in domerg()
1329 !is_fs_writeable(ept->path, in endofclass()
H A Ddockspace.c283 !is_fs_writeable(ept->path, &(ext->fsys_value))) in readmap()
H A Dcheck.c703 !is_fs_writeable(ept->path, in ckconflct()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h257 extern int is_fs_writeable __P((char *path, uint32_t *fsys_value));
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c1354 is_fs_writeable(char *path, uint32_t *fsys_value) in is_fs_writeable() function