Searched defs:islog (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/ufs/ |
| H A D | ufs_log.c | 84 ufs_fioislog(vnode_t *vp, uint32_t *islog, cred_t *cr, int flags) argument 91 *islog = active; 92 else if (suword32(islog, active))
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
| H A D | mount.c | 348 uint32_t islog; local 351 islog = 0; 352 (void) ioctl(fd, _FIOISLOG, &islog); 354 return ((int)islog); 360 int fd, ret, islog; local 377 islog = checkislog(mp); 380 if (ret == -1 || !islog) 387 int fd, ret, islog; local 402 islog = checkislog(mp); 405 if (ret == -1 || islog) [all...] |
| /illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| H A D | fsck.h | 341 int islog; /* logging file system */ variable
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | vdev.c | 378 uint64_t guid = 0, islog, nparity; local 422 islog = 0; 423 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &islog); 424 if (islog && spa_version(spa) < SPA_VERSION_SLOGS) 468 vd->vdev_islog = islog; 531 vd->vdev_mg = metaslab_group_create(islog ?
|
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 2393 boolean_t avail_spare, l2cache, islog; local 2406 &islog)) == NULL) 2605 boolean_t avail_spare, l2cache, islog; local 2623 &islog)) == 0) 2694 if (islog) 3074 boolean_t avail_spare, l2cache, islog; local 3083 &islog)) == 0) 3088 if (!avail_spare && !l2cache && !islog) { 3096 if (islog && version < SPA_VERSION_HOLES) {
|
| /illumos-gate/usr/src/cmd/zpool/ |
| H A D | zpool_main.c | 1448 uint64_t islog = B_FALSE, ishole = B_FALSE; local 1452 &islog); 1455 if (islog || ishole) 2410 uint64_t ishole = B_FALSE, islog = B_FALSE; local 2416 &islog); 2418 if (ishole || islog) 2436 uint64_t islog = B_FALSE; local 2438 ZPOOL_CONFIG_IS_LOG, &islog); 2440 if (islog) { 2948 uint64_t islog local [all...] |
| /illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
| H A D | mkfs.c | 548 int islog; /* true if ufs or SVM logging is enabled */ variable 1377 islog = 0; 1391 islog++; 4000 * islog, islogok and isufslog. 4018 islog = 0; 4025 islog = 1; 4132 if ((islog && !islogok) || 4134 (sblock.fs_clean == FSLOG && !islog))) { 4149 islog = 0;
|
| /illumos-gate/usr/src/cmd/ztest/ |
| H A D | ztest.c | 4810 boolean_t islog = B_FALSE; local 4855 islog = B_TRUE; 4915 if ((maxfaults >= 2 || islog) && guid0 != 0) { 4928 if (islog) 4933 if (islog)
|
Completed in 116 milliseconds