Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c622 int noreserve = 0; in gcore_pr_nextprot() local
624 noreserve = GSOP_NORESERVE(gs); in gcore_pr_nextprot()
625 dprintf("addr: %p noreserve: %d\n", addr, noreserve); in gcore_pr_nextprot()
627 if (noreserve) { in gcore_pr_nextprot()
642 if (noreserve && GSOP_INCORE(gs, addr, eaddr) != addr) { in gcore_pr_nextprot()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c876 boolean_t noreserve = B_FALSE; in zfs_do_create() local
935 noreserve = B_TRUE; in zfs_do_create()
951 if ((bflag || noreserve) && type != ZFS_TYPE_VOLUME) { in zfs_do_create()
971 if (dryrun || (type == ZFS_TYPE_VOLUME && !noreserve)) { in zfs_do_create()
993 if (type == ZFS_TYPE_VOLUME && !noreserve) { in zfs_do_create()