Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_dir.h236 enum {SL_NONE, SL_FOUND, SL_EXTEND} sl_status; /* slot status */ enumerator
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c196 if (slot.sl_status == SL_NONE) in pc_direnter()
908 slotp->sl_status = SL_NONE; in pc_findentry()
936 if (error == ENOENT && slotp->sl_status == SL_NONE) { in pc_findentry()
948 if (slotp->sl_status == SL_NONE) { in pc_findentry()