Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c134 { "CLONE", SCLONE, SCLONE }, in snode_cb()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dsnode.h109 #define SCLONE 0x100 /* represents a cloned device */ macro
/titanic_50/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c492 newsp->s_flag |= SCLONE; in spec_clone()
748 if (csp->s_flag & (SCLONE | SSELFCLONE)) in spec_open()
916 sysclone = sp->s_flag & SCLONE; in spec_close()
948 if (csp->s_flag & (SCLONE | SSELFCLONE)) in spec_close()
2539 if (csp->s_flag & (SCLONE | SSELFCLONE)) in spec_delmap()
H A Dspecsubr.c926 return ((sp->s_flag & SCLONE) ? 1 : 0); in spec_is_clone()