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

/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c139 { "SELFCLONE", SSELFCLONE, SSELFCLONE },
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h119 #define SSELFCLONE 0x2000 /* represents a self cloning device */ macro
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c495 newsp->s_flag |= SSELFCLONE;
748 if (csp->s_flag & (SCLONE | SSELFCLONE))
948 if (csp->s_flag & (SCLONE | SSELFCLONE))
2539 if (csp->s_flag & (SCLONE | SSELFCLONE))
H A Dspecsubr.c939 return ((sp->s_flag & SSELFCLONE) ? 1 : 0);

Completed in 70 milliseconds