Searched refs:SCLONE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c134 { "CLONE", SCLONE, SCLONE },
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h109 #define SCLONE 0x100 /* represents a cloned device */ macro
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c492 newsp->s_flag |= SCLONE;
509 * implementation of all cloning drivers (SCLONE and SELFCLONE)
748 if (csp->s_flag & (SCLONE | SSELFCLONE))
916 sysclone = sp->s_flag & SCLONE;
948 if (csp->s_flag & (SCLONE | SSELFCLONE))
2539 if (csp->s_flag & (SCLONE | SSELFCLONE))
H A Dspecsubr.c926 return ((sp->s_flag & SCLONE) ? 1 : 0);

Completed in 65 milliseconds