/**
  * set lock status for stream
  *
  * @param   int   $operation
  * @return  bool
  */
 public function stream_lock($operation)
 {
     self::recordMethodCall('stream_link', $this->path);
     return parent::stream_lock($operation);
 }