Searched refs:replicated (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_import.c | 44 void *rdid; /* real did if replicated set */ 69 * We store a global list of all the replicated disks in the system. In 77 * The list of replicated disks is built just once and this flag is set 147 * replicated diskset case. 'devid_sz' will always be the 310 * looks up a replicated disk entry in the global replicated disk list 342 * inserts a replicated disk entry into the global replicated disk list 644 int replicated, 664 void *r_did; /* NULL if not a replicated diskse 636 get_disks_from_didnamespace( md_im_set_desc_t *misp, pnm_rec_t **pnm, mddb_rb_t *nm, mddb_rb_t *shrnm, mddb_rb_t *did_nm, mddb_rb_t *did_shrnm, uint_t imp_flags, int replicated, md_error_t *ep ) argument 1021 int replicated = imp_flags & MD_IM_SET_REPLICATED; local 2534 int replicated = 0; local [all...] |
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 682 int replicated; local 699 replicated = (mfs_in->mfs_next != NULL); 701 if (replicated && hasmntopt(&m, MNTOPT_SOFT)) { 704 "mount on %s is soft and will not be replicated.", mntpnt); 705 replicated = 0; 707 if (replicated && !hasmntopt(&m, MNTOPT_RO)) { 710 "mount on %s is not read-only and will not be replicated.", 712 replicated = 0; 714 if (replicated) 720 if (replicated) [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 400 int replicated = 0; local 436 replicated = (n > 1); 541 if (replicated && !(mntflags & MS_RDONLY)) { 543 "replicated mounts must be read-only\n")); 548 if (replicated && (argp->flags & NFSMNT_SOFT)) { 550 "replicated mounts must not be soft\n")); 645 if (replicated) {
|
Completed in 286 milliseconds